django-multipage-template-f.../app/app_template/templates/components/_tasks.html

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 %}