{% load wagtailcore_tags wagtailimages_tags %}
{% include "patterns/atoms/section-title/section-title.html" with title=title %}

{{ intro|richtext }}

{% if contact %}
{% image contact.image fill-100x100 class="avatar__image" %}
{% if contact_reasons %}

{{ contact_reasons.heading }}

{% else %}

Get in touch about your project

{% endif %}
{% if contact.phone_number %} {{ contact.phone_number }} {% endif %}
{% endif %}