{% extends "blog/base.html" %} {% block content %} {% for post in posts %} {{ post.author }} {{ post.date_posted|date:"F d, Y" }} {{ post.title }} {{ post.content }} {% endfor %} {% endblock content %}
{{ post.content }}