{% block extra_head %}{% endblock %}
☕
ESPresso Frame
{% block subtitle %}{% endblock %}
{% if user %}
Home
Settings
{% if user.is_admin %}
Admin
{% endif %}
Log out
{% endif %}
🌓
{% block content %}{% endblock %}
{% if csrf_token %} {% endif %} {% block scripts %}{% endblock %}