stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 224 forks source link

Inline if expressions #241

Closed ilyapuchka closed 6 years ago

ilyapuchka commented 6 years ago

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