askama/testing/templates/include.html
2018-04-02 21:31:46 +02:00

4 lines
66 B
HTML

{% for s in strs %}
{% include "included.html" %}
{%- endfor %}