{% extends "base.html" %} {% load wagtailcore_tags navigation_tags wagtailimages_tags %} {% block content %} {% include "base/include/header-index.html" %}
{% if breads.paginator.count > 12 %}
{% include "includes/pagination.html" with subpages=breads %}
{% endif %} {% endblock content %}