{% 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 %}