{% extends "base.html" %} {% load wagtailimages_tags navigation_tags %} {% block head-extra %} {% endblock head-extra %} {% block content %} {% image self.image fill-1920x600 as hero_img %}

{{ page.title }}

{% if page.is_open %} This location is currently open {% else %} Sorry, this location is currently closed {% endif %}

{% if page.introduction %}

{{ page.introduction }}

{% endif %} {% if page.operating_hours %}

Opening hours

{% for hours in page.operating_hours %} {% endfor %}
{% endif %}

Address

{{ page.address|linebreaks }}
{{ page.body }}
{% endblock content %}