{% extends "patterns/base_page.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block content %} {% include "patterns/molecules/hero/hero.html" with title=page.strapline desc=page.intro sub_title=page.sub_title classes='hero--course-landing' %}
{% if page.child_page_listing_heading %}

{{ page.child_page_listing_heading }}

{% endif %} {% if subpages %} {% include "patterns/molecules/course-grid/course-grid.html" with cards=subpages %} {% endif %}
{% endblock %}