{{ site_name }}
{% if debug %}
DEBUG
{% endif %}
{% if user %}
{{ user.email or user.id }}
Logout
{% endif %}
{% block breadcrumb %}{% endblock %}
{% block content %}{% endblock %}
Loading...