Handlebars-Net / Handlebars.Net

A real .NET Handlebars engine
MIT License
1.22k stars 213 forks source link

Setting a variable in the context #586

Open gcubar opened 1 month ago

gcubar commented 1 month ago

How to define a helper to set, in the context, a variable with its respective value, and then handle it, either in an expression, or to print it.

{{set variableName "variableValue"}} ... {{#if variableName}} {{variableName}} {{/if}}