vulgo
{% if user.is_authenticated %}
Dashboard
Log out
{% else %}
Log in
Register
{% endif %}
{% block content %}{% endblock %}