{% extends "layout" %} {% block content %} {% if token %}
{% endif %} {% if posts %} {% for post in posts %}

{{ post.message }}

{% if post.href.delete %}
Delete
{% endif %}
{% endfor %} {% else %}
Nothing.
{% endif %} {% if next %}Next{% endif %} {% if back %}Back{% endif %} {% if pagination_totals %}{{ pagination_totals }}{% endif %} {% endblock content %}