{% include app.template_style ~ "/layout/head.tpl" %} {% if app.template.show_header == true %}
{# Bug and help notifications #} {# topbar #} {% include app.template_style ~ "/layout/topbar.tpl" %} {% block main_div_container %} {% if app.full_width == 1 %}
{% else %}
{% endif %} {% endblock main_div_container %}
{# logo #} {# plugin_header left #} {% if plugin_header_left is not null %}
{{ plugin_header_left }}
{% endif %}
{# plugin_header center #} {% if plugin_header_center is not null %}
{{ plugin_header_center }}
{% endif %}  
{# plugin_header right #} {% if plugin_header_right is not null %}
{{ plugin_header_right }}
{% endif %}  
{% if plugin_header_main %}
{{ plugin_header_main }}
{% endif %} {# menu #} {% include app.template_style ~ "/layout/menu.tpl" %} {# breadcrumb #} {% if app.breadcrumbs %} {{ app.breadcrumbs }} {% else %} {{ breadcrumb }} {% endif %}
{% if app.full_width == 1 %}
{% else %}
{% endif %} {# course navigation links/shortcuts need to be activated by the admin #} {% include app.template_style ~ "/layout/course_navigation.tpl" %} {% endif %}