fastmx/templates/todo-list.html
2024-02-29 11:24:22 +01:00

3 lines
71 B
HTML

{% for todo in todos %}
<p class="text-lg">{{ todo }}</p>
{% endfor %}