const char *tpl_getvar(t_template *,const char *);
Returns the variable value on success and NULL
if the variable was not found.
This function gets the value of a template variable. If the template variable was not found it returns
NULL
. You are not allowed to change the returned pointer.