{% extends "base.html" %} {% block content %} {% for post in posts %} {{ post.date|date:"M j" }} {{ post.title }} {{ post.headline }} {% endfor %} {% endblock content %}
{{ post.headline }}