{% extends 'pages/content.html' %} {% load wagtailcore_tags %} {% block content %} {% include_block page.content %}
{% for entry in entries %} {% ifchanged %}{{ entry.title.0 }} {% endifchanged %} {% endfor %}