Home
{% if current_user.is_anonymous %}
Login
Documentation
{% else %}
Logout
{% endif %}
{% block content %} {% endblock %}