{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% if people.paginator.count %} {% for person in people %} {% endfor %} {% include "includes/pagination.html" with paginator_page=people %} {% else %} {# no results #} {% endif %}
{% endblock %}