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

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

door alberto lara -
Aantal antwoorden: 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 }}

Gemiddelde van de beoordelingen:  -