{% block head %} {% include 'layout/head.tpl'|get_template %} {% endblock %}
{% if displayCookieUsageWarning == true %} {% endif %} {% if show_header == true %}
{% include 'layout/page_header.tpl'|get_template %}
{% endif %}
{% if show_course_shortcut is not null %} {% endif %} {% block breadcrumb %} {{ breadcrumb }} {% endblock %} {% block body %} {{ content }} {% endblock %}
{% if show_footer == true %} {% endif %}
{% include 'layout/modals.tpl'|get_template %}