📝 Todo App
Native fluent SQL + declaro_persistum + HTMX
Add
{% if todos %} {% for todo in todos %} {% include "partials/todo_item.html" %} {% endfor %} {% else %}
No todos yet. Add one above!
{% endif %}