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

{{ page.title }}

{% image self.image fill-600x600 %}

{{ page.address|linebreaks }}

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