{% block head %}{% endblock %}
{% if session.user_id is defined %} {% endif %}
{% if plugin_failures and session.user_role == 'admin' %}
{{ plugin_failures | length }} plugin{{ 's' if plugin_failures | length != 1 }} failed to load. View details →
{% endif %} {% if error %}
{{ error }}
{% endif %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}