{% extends "jquery_mobile/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 "jquery_mobile/layout/page_body.tpl" %} {% if content is not null %}
{{ content }}
{% endif %} {% include "jquery_mobile/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 is disabled in mobile template #} {# Content bottom #} {% if plugin_content_bottom %}
{{plugin_content_bottom}}
{% endif %}  
{% endblock %}