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

Collection

{% for p in posts %} {% endfor %}
Title Date Actions
{{ p['title'] }} {{ p['created_at'].strftime('%Y-%m-%d') }} Edit Delete
{%endblock%}