{% 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 %} {% if allows_refresh %} {% endif %}
{% if not request.identity %} No Identity {% else %} {{ request.identity.username }} {% endif %} {% else %}
Login {% endif %}
{% block full_content %} {% include "activities/_image_viewer.html" %} {% block pre_content %} {% endblock %}
{% block content %} {% endblock %}
{% block right_content %} {% include "activities/_menu.html" %} {% endblock %} {% include "_footer.html" %}
{% endblock %} {% endblock %}
{% block footer %} {% endblock %}