{% extends "layout" %} {% block content %} {% if rows %} {% for row in rows %}

{{ row.title }}

{{ row.time }}

{% endfor %} {% else %}
Nothing.
{% endif %} {% if next %}Next{% endif %} {% if back %}Back{% endif %} {% if total %}

Page {{ page }} / {{ pages }} ({{ total }} total)

{% endif %} {% endblock content %}