{% extends "common/listing_page.html" %} {% load wagtailcore_tags %} {% block listing_item %}

{{ page.title }}

{{ page.summary }}

{% with posts_count=page.get_listing_pages.count %}

{{ posts_count }} post{{ posts_count|pluralize }}

{% endwith %}
{% endblock %}