{% extends "base.html" %} {% block content %}

Create new ToDo

{# Show flash messages #} {% include "flash.html" %}
Available Labels {% for label, color in labels.items() %} {% endfor %}
{% endblock %}