{% extends "base.html" %} {% load wagtailimages_tags %} {% block head-extra %} {% endblock head-extra %} {% block content-header %}

{{ page.title }}

{% image self.image fill-600x600 %}
{% endblock content-header %} {% block content-body %}

{{ page.address|linebreaks }}

{% for hours in page.opening_hours %}
  • {{ hours }}
  • {% endfor %} {% endblock content-body %}