{% 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 }}

{% if page.is_open %} Open Now! {% else %} Closed {% endif %} {% for hours in page.operating_hours %}
  • {{ hours }}
  • {% endfor %} {% endblock content-body %}