www_duniayetu/templates/shortcodes/myloop.html
2023-11-29 23:02:53 +02:00

5 lines
60 B
HTML

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