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

{{ page.title }}

{% if news %} {% include "includes/pagination.html" with paginator_page=news %} {% else %} {# no items #} {% endif %}
{% endblock %}