askama/testing/templates/render_in_place.html
2020-08-25 22:14:35 +02:00

7 lines
113 B
HTML

Section 1: {{ s1 }}
Section 2: {{ s2|safe }}
Section 3 for:
{% for s in s3.as_slice() -%}
* {{ s }}
{% endfor %}