Skip to content
Steady
{% if current_user.is_authenticated %}
Today
Tasks
Hi, {{ current_user.username }}
Sign out
{% else %}
Sign in
Create account
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}