RЯ
TRUЯT
Toggle navigation
{% if current_user.is_authenticated %}
Logged in as
{{ current_user.username }}
Log out
{% else %}
Log in
{% endif %}
{% block title %}{% endblock %}
{% block subtitle %}{% endblock %}
{% block content %}{% endblock %}