{% extends "jquery_mobile/layout/main.tpl" %} {# 1 column #} {% block body %} {# Plugin top #} {% if plugin_content_top %}
{{ plugin_content_top}}
{% endif %} {% if show_header == true %}
{% endif %} {% include "jquery_mobile/layout/page_body.tpl" %} {% block content %} {% if content is not null %}
{{ content }}
{% endif %} {% endblock %} {% if show_header == true %}  
{% endif %} {# Plugin bottom #} {% if plugin_content_bottom %}
{{ plugin_content_bottom }}
{% endif %} {% endblock %}