{% load wagtailcore_tags %}

{{ title|richtext }}

{% if sub_title %}

{{ sub_title|richtext }}

{% endif %} {% if desc %}
{{ desc|richtext }}
{% endif %}
{% if in_page_nav %} {% include "patterns/molecules/in-page-nav/in-page-nav.html" with section_titles=page.section_titles title=page.service %} {% endif %} {% if page.greeting_image_type == 'woman-left' %} {% include "patterns/atoms/animated-characters/women.html" %} {% elif page.greeting_image_type == 'man-left' %} {% include "patterns/atoms/animated-characters/man.html" %} {% elif page.greeting_image_type == 'wagtail' %} {% include "patterns/atoms/animated-characters/wagtail.html" %} {% endif %}