{% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags txtutils_tags %}
{{ self.heading }}

{{ self.title }}

{% if self.description %}
{{ self.description | richtext }}
{% endif %} {% for c in self.courses %} {% with c.value as course %} {% include 'lxp/snippets/course_summary_block.html' with img_w=3 des_w=9 %} {% endwith %} {% endfor %}