doneth.at/app/templates/index.html

4 lines
135 B
HTML

{% if current_user.is_authenticated %}
Hi {{ current_user.username }}! <a href="{{ url_for('auth.logout') }}">Log out.</a>
{% endif %}