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