{% load wagtailcore_tags cache util_tags %} {% cache FRAGMENT_CACHE_TTL|jitter:FRAGMENT_CACHE_TTL_JITTER "listing-item" page.id request.is_preview breadcrumbs %}
{% if page.list_image_url %} {% endif %}
{% if breadcrumbs %} {% include "common/breadcrumbs.html" with parents=page.get_parent_pages %} {% endif %}

{{ page.title }}

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

{{ page.summary }}

{% endcache %}