{% load wagtailcore_tags wagtail_cache %} {% wagtailpagecache FRAGMENT_CACHE_TTL "content-details" %}
{% if page.date %} {{ page.date|date:"Y-m-d" }} {% endif %} {% if page.show_reading_time %}
{{ page.reading_time_display }}
{% endif %} {% if page.tags_list %}
{% for tag in page.tags_list %} #{{ tag.slug }} {% endfor %}
{% endif %}
{% endwagtailpagecache %}