Home
Register
Add new task
Tasks
{% for task in tasks %}
{{task.id}}.
{{task.name}}
{% endfor %}