{% load static %} {% block bootstrap_css %} {% endblock %} {% 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 %} {% block sidebar_nav %} {% if 'reading' in enabled_apps %} {% include 'spectator_reading/includes/card_nav.html' %} {% endif %} {% if 'events' in enabled_apps %} {% include 'spectator_events/includes/card_nav.html' %} {% endif %} {% include 'spectator_core/includes/card_nav.html' %} {% endblock sidebar_nav %} {% block sidebar_content %} {% endblock sidebar_content %} {% endblock sidebar %}
{% 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 %}