5 lines
93 B
HTML
5 lines
93 B
HTML
{% if foo %} foo!
|
|
{% elif bar %} bar!
|
|
{% elif baz %} baz!
|
|
{% else %} else!
|
|
{% endif %}
|