{% block head %}{% endblock %}
{{ site_name() }}
{% if user %}
{% if user.picture_url %}
{% endif %}
{{ user.name or user.email }}
Logout
{% else %}
Login
{% endif %}
{% if flash %}
{{ flash }}
{% endif %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}