{% extends 'base.html' %} {% block extra_head %} {% include "includes/social.html" %} {% endblock %} {% block extra_title %} {% if active_tag %} - Tag - {{ active_tag.name|title }} {% elif active_year %} - Year - {{ active_year }} {% endif %} {% endblock %} {% block extra_description %} {% if active_tag %} Currently filtered by tag {{ active_tag.name|title }}. {% elif active_year %} Currently filtered by year {{ active_year }}. {% endif %} {% endblock %} {% block extra_breadcrumbs %} {% if active_tag %}