mirror of
https://github.com/askama-rs/askama.git
synced 2026-03-05 13:39:19 +00:00
4 lines
73 B
HTML
4 lines
73 B
HTML
{% for s in strs %}
|
|
{% include "nested/included.html" %}
|
|
{%- endfor %}
|