Is it possible to simplify template syntax to have variables specified like {VariableName} instead of ${VariableName}?
Logged In: YES user_id=481420
You could modify the source code: Within the routine ParseTemplateVariables: Replace the string "${" by "{".
A nicer solution would be to make this configurable. I will consider this for the next release.
Log in to post a comment.
Logged In: YES
user_id=481420
You could modify the source code:
Within the routine ParseTemplateVariables: Replace the
string "${" by "{".
A nicer solution would be to make this configurable. I will
consider this for the next release.