{% load static %} {% if config_identity.custom_css %} {% endif %} {% block opengraph %} {% include "_opengraph.html" with opengraph_local=opengraph_defaults %} {% endblock %} {% block extra_head %}{% endblock %} {% block custom_head %}{% if config.custom_head %}{{ config.custom_head|safe }}{% endif %}{% endblock %} Skip to Content Skip to Navigation
{% block body_main %}
{% if user.is_authenticated %} {% else %} {% endif %}
{% block content %} {% endblock %} {% endblock %}
{% block footer %} {% include "_footer.html" %} {% endblock %}