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