We will be copying the None-False Values from the Mustache template engine specification:
Non-False Values
When the value is non-false but not a list, it will be used as the context for a single rendering of the block.
Template:
{{#person?}}
Hi {{name}}!
{{/person?}}
Hash:
{
"person?": { "name": "Jon" }
}
Output:
We will be copying the None-False Values from the Mustache template engine specification:
Non-False Values
When the value is non-false but not a list, it will be used as the context for a single rendering of the block.