3 lines
60 B
HTML
Raw Normal View History

2022-04-19 21:14:01 +02:00
{% for task in tasks %}
<li>{{ task }}</li>
{% endfor %}