{% extends "base.html" %} {% block title %}cuti - Todo Manager{% endblock %} {% block head %} {% endblock %} {% set body_class = "" %} {% set alpine_data = "todoManager()" %} {% block content %}

Todo Manager

Track your tasks and project goals

Pending
In Progress
Completed
Total Tasks
No Todos Yet
Start organizing your tasks and goals with the todo system
{% endblock %} {% block scripts %} {% endblock %}