{% extends "base.html" %} {% block content %} {% for entry in entry_list %}

{{ entry.title }}

{{ entry.body|safe }}

Posted on {{ entry.pub_date|date:"F j, Y" }}

{% endfor %} {% endblock %}