{% extends "base.html" %} {% load common_filters wagtailcore_tags wagtailimages_tags static useful_tags %} {% block main %}
{% include "components/_page-header.html" %}
{% include "svg/mobile.svg" %}
{% for phone in page.phone_list %} {% endfor %}
{% include "svg/mail.svg" %}
{% for email in page.email_list %} {% endfor %}
{% include "svg/location.svg" %}
{% slugurl 'hitta-hit' as hitta_hit %} {{ page.address }}
{% endblock %}