Use a variable as string in the "str" helper function in mustache

Use a variable as string in the "str" helper function in mustache

di alberto lara -
Numero di risposte: 0

Can I use a variable in the str helper function in mustache?

Simple example:

{{# str }} helloworld, mod_greeting {{/ str }}

With variable?

{{# str }} {{ MYVARIABLE }}, mod_greeting {{/ str }}

Media dei voti:  -