{% if not user.is_anonymous %}
{% endif %}
{{ PLATFORM_NAME }}
{% if not user.is_anonymous %}
Dashboard
{{ user.display_name }}
Sign out
{% endif %}
{% if error %} {% include 'snippets/error.html' %} {% else %} {% block main %} {% endblock %} {% endif %} {% if not error %} {% block modals %} {% endblock %} {% block libraries %} {% endblock %} {% endif %}