{% block html-head %} {% block page-title %}{% if title %}{{ title }}{% endif %}{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% endblock html-head %} {% block body %} {% if page %} {% if request and request.is_ajax %} {% include "jqmobile/page.html" %} {% else %} {{ page.render|safe }} {% endif %} {% endif %} {% if pages %} {% for extra in pages %} {{ extra.render|safe }} {% endfor %} {% endif %} {% endblock body %}