Is there a chance you add a way to specify what should happen if we do not provide a template_var for a variable? currently the program just crashes. could it be possible to instead just ignore the variable and move on? or output the actual string {{variable}} directly?
I think crashing the program is bad practice.
Is there a chance you add a way to specify what should happen if we do not provide a
template_varfor a variable? currently the program just crashes. could it be possible to instead just ignore the variable and move on? or output the actual string{{variable}}directly?I think crashing the program is bad practice.