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