{% extends "common/content_page.html" %} {% load cache util_tags %} {% block post_content %} {{ block.super }} {% cache FRAGMENT_CACHE_TTL|jitter:FRAGMENT_CACHE_TTL_JITTER "similar-content" page.id request.is_preview %}

Similar content

{% for page in page.get_similar_posts %} {% block listing_item %} {% include "common/listing-item.html" %} {% endblock %} {% endfor %}
{% endcache %} {% endblock %}