{% extends "base.html" %} {% load wagtailimages_tags navigation_tags static %} {% block content %} {% include "base/include/header-hero.html" %}
{% if page.introduction %}

{{ page.introduction }}

{% endif %}
{{ page.body }}

Operating Status

{% comment %} Fetch the status of the location on the client side as a Wagtail API usage example and to allow for caching of the whole page without the status. {% endcomment %} Please wait...

Address

{{ page.address|linebreaks }}
{% if page.operating_hours %}

Opening hours

{% for hours in page.operating_hours %} {% endfor %} {% endif %}
{{ page.body }}
{% endblock content %} {% block js %} {{ block.super }} {% endblock js %}