{% load wagtailcore_tags %}

{{ title|richtext }}

{% if desc %}
{{ desc|richtext }}
{% endif %}
{% if image %}
{% endif %} {% include "patterns/molecules/in-page-nav/in-page-nav.html" with title=page.service section_titles=page.section_titles classes="in-page-nav--proposition" %}