{% extends "richie/fullwidth.html" %} {% load cms_tags extra_tags i18n %} {% block subheader_content %}

{{ current_page.get_title }}

{% endblock subheader_content %} {% block content %}
{% if current_page.publisher_is_draft or not current_page|is_empty_placeholder:"maincontent" %}
{% placeholder "maincontent" %}
{% endif %}
{% for page in current_page.get_child_pages %} {% if page.program %} {% include "courses/cms/fragment_program_glimpse.html" with program=page.program %} {% endif %} {% empty %}

{% trans "No associated programs" %}

{% endfor %}
{% endblock content %}