mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 14:03:59 +00:00
4 lines
66 B
HTML
4 lines
66 B
HTML
{% for s in strs %}
|
|
{% include "included.html" %}
|
|
{%- endfor %}
|