{% load static %} {% block head_extra %} {# Use this if you need to more to the of every page. #} {% endblock %} {% load spectator_core %} {% get_enabled_apps as enabled_apps %} {% block navbar %} {% endblock navbar %}
{% block content_heading %}

{% block content_title %} {% endblock %}

{% endblock %} {% block content_main %}
{% block content %} {% endblock %}
{% block sidebar %} {% include 'core/includes/card_nav.html' %} {% if 'reading' in enabled_apps %} {% include 'reading/includes/card_nav.html' %} {% endif %} {% if 'events' in enabled_apps %} {% include 'events/includes/card_nav.html' %} {% endif %} {% endblock %}
{% endblock content_main %}
{% block footer %} {# Use this if you need to add a visible footer to every page. #} {% endblock %} {% block foot_extra %} {# Use this if you need to add JS etc to the foot of the page. #} {% endblock %}