{% block title %} {% endblock %}
Vitaj {{ email }}
Úvod
{% if current_user.is_authenticated %}
Interný web
{% endif %} {% if not current_user.is_authenticated %}
Registrácia
Prihlásenie
{% endif %} {% if current_user.is_authenticated %}
Odhlásenie
{% endif %}
{% block obsah %} {% endblock %}