{% load wagtailcore_tags cache util_tags %} {% cache FRAGMENT_CACHE_TTL|jitter:FRAGMENT_CACHE_TTL_JITTER "listing-item" page.id request.is_preview %}
{% if page.list_image_url %} {% endif %}

{{ page.title }}

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

{{ page.summary }}

{% endcache %}