{% extends app.template_style ~ "/layout/main.tpl" %} {% block body %} {# Main content #} {# Right column #}
{# Plugin bottom #} {% if plugin_content_top %}
{{ plugin_content_top }}
{% endif %} {# Portal homepage #} {% if home_page_block %}
{{ home_page_block }}
{% endif %} {# ?? #} {{ sniff_notification }} {% include app.template_style ~ "/layout/page_body.tpl" %} {% if content is not null %}
{{ content }}
{% endif %} {% include app.template_style ~ "/layout/page_post_body.tpl" %} {# 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 app.template_style ~ "/layout/hot_courses.tpl" %} {# Content bottom #} {% if plugin_content_bottom %}
{{plugin_content_bottom}}
{% endif %}  
{% endblock %}