{% extends "jquery_mobile/layout/layout_1_col.tpl" %} {% block content %} {% for page in pages %} {{ page.title }} - {{ page.slug }} - {{ page.created }} - {{ page.updated }} - Edit Delete {{ loop.index }}/{{ loop.length }}
{% endfor %} {{ pagination }} {% endblock %}