{% for listed in page_lists %} {% if listed.title %}

{{ listed.title }}

{% endif %} {% with object_list=listed.list %} {% with thing_name=listed.thing_name %} {% include listed.template %} {% endwith %} {% endwith %} {% if listed.is_paginated %}

{% include 'dna/_page_listed_paginator.html' %}

{% endif %}

{% endfor %}