stencilproject/Stencil

Inline if expressions

ilyapuchka opened this issue · 0 comments

Something like this

{{ variable if condition }}

vs

{% if args.inline %}{{ variable }}{% endif %}

This is similar to Jinja2 if expressions which also supports inline else but we can start with just one branch