{% extends template ~ "/layout/page.tpl" %} {% block body %}
{% if plugin_main_top %}
{{ plugin_main_top }}
{% endif %}
{% if plugin_content_top %}
{{ plugin_content_top }}
{% endif %} {{ sniff_notification }} {% if home_page_block %}
{{ home_page_block }}
{% endif %} {% block page_body %} {% include template ~ "/layout/page_body.tpl" %} {% endblock %} {% if welcome_to_course_block %}
{{ welcome_to_course_block }}
{% endif %} {% block content %} {% if content is not null %}
{{ content }}
{% endif %} {% endblock %} {% if announcements_block %}
{{ announcements_block }}
{% endif %} {% if course_category_block %}
{{ course_category_block }}
{% endif %} {% include template ~ "/layout/hot_courses.tpl" %} {% if plugin_content_bottom %}
{{plugin_content_bottom}}
{% endif %}
{% if plugin_main_bottom %}
{{ plugin_main_bottom }}
{% endif %}
{% endblock %}