{% extends "sorsore/pages/web_page.html" %} {% load wagtailcore_tags wagtailimages_tags sorsore_tags %} {% block content_body %}
{% if page.address or page.phone_number or page.website %}
{% if page.address %}

{{ page.address|linebreaks }}

{% endif %} {% if page.phone_number %}

{{ page.phone_number }}

{% endif %} {% if page.website %}

Website

{% endif %}
{% endif %}
{{ block.super }}
{% block map %} {% include "sorsore/includes/iframe_gmap.html" with address=page.address %} {% endblock %}
{% endblock %}