{% extends "jquery_mobile/layout/layout_1_col.tpl" %} {% block content %}
{% for block_item in blocks %}

{{block_item.icon}} {{block_item.label}}

{{ block_item.search_form }}
{% if block_item.items is not null %} {% endif %} {% if block_item.extra is not null %}
{{ block_item.extra }}
{% endif %}
{% endfor %}
{% endblock %}