www_duniayetu/templates/shortcodes/myloop.html
2023-12-15 21:12:07 +01:00

5 lines
60 B
HTML

{% for item in items %}
<p>{{ item }}</p>
{% endfor %}