{% extends "base.html" %} {% load wagtailimages_tags %} {% block content %}

{{ page.title }}

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

{{ page.address }}

{{ page.lat_long }}

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