{% extends template ~ "/layout/main.tpl" %} {% block body %} {# Main content #} {# Plugin main top #} {% if plugin_main_top %}
{{ plugin_main_top }}
{% endif %} {# Right column #}
{# Plugin bottom #} {% if plugin_content_top %}
{{ plugin_content_top }}
{% endif %} {# Portal homepage #} {% if home_page_block %}
{{ home_page_block }}
{% endif %} {# ?? #} {{ sniff_notification }} {% block page_body %} {% include template ~ "/layout/page_body.tpl" %} {% endblock %} {# Welcome to course block #} {% if welcome_to_course_block %}
{{ welcome_to_course_block }}
{% endif %} {% block content %} {% if content is not null %}
{{ content }}
{% endif %} {% endblock %} {# Announcements #} {% if announcements_block %}
{{ announcements_block }}
{% endif %} {# Course categories (must be turned on in the admin settings) #} {% if course_category_block %}
{{ course_category_block }}
{% endif %} {# Hot courses template #} {% include template ~ "/layout/hot_courses.tpl" %} {# Content bottom #} {% if plugin_content_bottom %}
{{plugin_content_bottom}}
{% endif %}  
{# Plugin main bottom #} {% if plugin_main_bottom %}
{{ plugin_main_bottom }}
{% endif %} {% endblock %}