mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
7 lines
113 B
HTML
7 lines
113 B
HTML
Section 1: {{ s1 }}
|
|
Section 2: {{ s2|safe }}
|
|
Section 3 for:
|
|
{% for s in s3.as_slice() -%}
|
|
* {{ s }}
|
|
{% endfor %}
|