{% load wagtailcore_tags %} {% load static %} {% block content %}

{{ self.title_prefix }} {{ self.title_highlight }}

{{ self.description }}

{% if self.phone %}

{{ self.phone_title }}

{{ self.phone }}

{% endif %} {% if self.email %}

{{ self.email_title }}

{{ self.email }}

{% endif %} {% if self.address %}

{{ self.address_title }}

{{ self.address|linebreaksbr }}

{% endif %} {% if self.hours %}

{{ self.hours_title }}

{{ self.hours }}

{% endif %}
{% endblock %}