mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
{% block index %}
|
|
Section: {{ s1 }}
|
|
{% endblock %}
|
|
|
|
{% block section -%}
|
|
[
|
|
{%- for value in values -%}
|
|
{{ value }}
|
|
{%- endfor -%}
|
|
]
|
|
{%- endblock %}
|