{% block sidebar %}
{% include 'spectator_core/includes/card_nav.html' %}
{% 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 %}
{% 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 %}