{% extends "base.html" %} {% block content %} {% for post in posts %}
{{ post.timestamp|date:"l, F jS" }}
{{ post.body }}