{% load wagtailcore_tags wagtail_cache util_tags %} {% wagtailpagecache FRAGMENT_CACHE_TTL "listing-item" breadcrumbs show_listing_images %}
{% if page.list_image_url %} {{ page.hero_image_alt }} {% endif %}
{% if breadcrumbs %} {% include "common/breadcrumbs.html" with parents=page.get_parent_pages %} {% endif %}

{{ page.title }} {% if page.is_external %}{% endif %}

{% include "common/content-details.html" %}

{{ page.summary }}

{% endwagtailpagecache %}