{% block topbar %} {% include 'layout/topbar.tpl'|get_template %} {% endblock %} {% if header_extra_content is not null %} {{ header_extra_content }} {% endif %}
{% if plugin_header_left is not null %}
{{ plugin_header_left }}
{% endif %}
{% if plugin_header_center is not null %}
{{ plugin_header_center }}
{% endif %}
{% if plugin_header_right is not null %}
{{ plugin_header_right }}
{% endif %}
{{ accessibility }}
{% block menu %} {% include 'layout/menu.tpl'|get_template %} {% endblock %} {% include 'layout/course_navigation.tpl'|get_template %}