{% extends 'base.html' %} {% block content %} {% for post in posts %}

{{ post['title'] }}

{{ post['created'] }} Edit
{% endfor %} {% endblock %}