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

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

by alberto lara -
Number of replies: 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 }}

Average of ratings: -