Timetra
Start!
{% block heading %} Timetra {% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message|safe }}
{% endfor %} {% endwith %} {% block content %}
(nothing here yet)
{% endblock %}