Based on the following docs, I can easily make use of the If Expressions as exampled. But how can we take them further by wrapping HTML to the object? I want to do something like this...
{{ "<li>" . foo . "</li>" if foo else '' }}
what would be the proper syntax?