{% extends 'core/base.html' %} {% block head_title %}Spectator{% endblock %} {% block content_title %}Spectator{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if in_progress_publication_list|length > 0 %}

Currently reading

{% include 'reading/includes/publications.html' with publication_list=in_progress_publication_list show_readings='current' only %} {% endif %} {% if recent_event_list|length > 0 %}

Recent events

{% include 'events/includes/events.html' with event_list=recent_event_list only %} {% endif %} {% endblock content %}