{% block head %} {% endblock %}
Toggle navigation
{{ config.SITE_NAME }}
{{ nav_html('.upload', 'Upload') }} {% if current_user.is_authenticated %} {{ nav_html('.files', 'Files') }} {{ nav_html('.images', 'Images') }} {{ nav_html('.account', 'Account') }} {{ nav_html('.api', 'API') }} {{ nav_html('.logout', 'Logout') }} {% else %} {{ nav_html('.login', 'Login') }} {% endif %} {# nav_html('.help', 'Help') #}
{% if title %}
{{ title }} {% if subtitle %}
{{ subtitle }}
{% endif %}
{% endif %} {% with messages = get_flashed_messages(with_categories = True) %} {% for category, message in messages %}
×
{{ message }}
{% endfor %} {% endwith %} {% block content %} {% endblock %}
{% block scripts %} {% endblock %}