{% load wagtailcore_tags humanize_tags cache util_tags %} {% cache FRAGMENT_CACHE_TTL|jitter:FRAGMENT_CACHE_TTL_JITTER "content-details" page.id request.is_preview %}
{% if page.date %} {{ page.date|date:"Y-m-d" }} {% endif %} {% if page.show_reading_time %}
{{ page.reading_time|naturaldelta }}
{% endif %} {% if page.tags.all %}
{% for tag in page.tags.all|dictsort:"slug" %} #{{ tag.slug }} {% endfor %}
{% endif %}
{% endcache %}