{% load static %}
eversync
Welcome, {{ user.username }}
{% csrf_token %}
Manage Account
{% csrf_token %}
Log Out
My Tasks
Add Task
{% for task in tasks %}
{% csrf_token %}
{{ task.title }}
{% csrf_token %}
Delete
{% empty %}
No tasks yet.
{% endfor %}