{% extends 'layout/page.tpl'|get_template %} {% import 'default/macro/macro.tpl' as display %} {% block body %} {% if plugin_main_top %} {{ display.pluginPanel('main-top', plugin_main_top) }} {% endif %}
{% if plugin_content_top %}
{{ plugin_content_top }}
{% endif %} {#{{ sniff_notification }}#} {% if home_welcome %}
{{ home_welcome }}
{% endif %} {% if home_include %}
{{ home_include }}
{% endif %} {% block page_body %} {% include 'layout/page_body.tpl'|get_template %} {% endblock %} {% if welcome_to_course_block %}
{{ welcome_to_course_block }}
{% endif %} {% block content %} {% if content is not null %}
{{ content }}
{% endif %} {% endblock %} {% if course_category_block %}
{{ course_category_block }}
{% endif %} {% if plugin_content_bottom %}
{{ plugin_content_bottom }}
{% endif %}
{% if home_page_block %}
{{ home_page_block }}
{% endif %} {% if section_name == 'section-mycampus' %}
{% if announcements_block %}
{{ announcements_block }}
{% endif %} {% include 'layout/hot_courses.tpl'|get_template %}

{{ 'TestDemoTitle' | get_lang }}

{#{% include template ~ "/layout/cms.tpl" %}#}
{% endif %}
{% if plugin_main_bottom %} {{ display.pluginPanel('main-bottom', plugin_main_bottom) }} {% endif %} {% endblock %}