{% 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 %} {% if page.slides_url %} Slides {% endif %} {% if page.video_url %} Video {% endif %} {% if page.location_name and page.location_url %} {{ page.location_name }} {% endif %}
{% endwagtailpagecache %}