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

{{ current_page.get_title }}

{% for page in current_page.get_child_pages %} {% include "courses/cms/fragment_blogpost_glimpse.html" with blogpost=page %} {% empty %}

{% trans "No associated blogposts" %}

{% endfor %}
{% endblock content %}