{% extends "patterns/base_page.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block content %}

{{ page.strapline|richtext }}

{% if page.sessions %}{{ page.sessions }}{% endif %} {% if page.cost and page.sessions %} {% endif %} {% if page.cost %}{{ page.cost }}{% endif %}

{{ page.intro|richtext }}
{{ page.header_link_text }}
{% include_block page.body %} {% if page.related_courses %}
{% endif %} {% endblock %}