Home
{% if user.is_authenticated %}
Profile
Logout
{% else %}
Sign in
{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
×
{% endif %} {% block content %}{% endblock %}