Posts

{# {% if flash %} {{ flash.1 }} {% endif %} #} {% for post in posts %} {% endfor %}
ID Title Text
{{ post.id }} {{ post.title }} {{ post.text }}
{% if page == 0 %} Previous {% else %} Previous {% endif %} | {% if page == num_pages - 1 %} Next {% else %} Next {% endif %}