babashka/test-resources/lib_tests/templates/elif.html
2021-05-06 12:53:59 +02:00

5 lines
93 B
HTML

{% if foo %} foo!
{% elif bar %} bar!
{% elif baz %} baz!
{% else %} else!
{% endif %}