{% 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 %}
  1. {{ plugin_header_right }}
  2. {% endif %}
  3. {% if _u.logged == 1 and not user_in_anon_survey %} {% endif %}
  4. {{ accessibility }}
{% block menu %} {% include 'layout/menu.tpl'|get_template %} {% endblock %} {% include 'layout/course_navigation.tpl'|get_template %}