{% extends "base" %} {% block content %}

Posts

{% if flash %} {{ flash.1 }} {% endif %} {% for post in posts %} {% endfor %}
ID Title Text
{{ post.id }} {{ post.title }} {{ post.text }}
{% endblock content %}