{% extends 'cjkcms/pages/web_page.html' %} {% load wagtailcore_tags wagtailimages_tags %} {% block content_body %}
{% if academy_page.description %}
{{ academy_page.description | richtext }}
{% endif %} {% if academy_page.list_visible %} {% for course in courses %} {% include 'lxp/snippets/course_summary_block.html' %} {% endfor %} {% endif %}

Return to homepage

{{ block.super }} {% endblock %}