{% extends "base_weblog.html" %} {% block main-content %} {% load comments comment_utils %}

Latest entries

{% for object in latest %}

{{ object.headline }}

{{ object.body }}

Posted by {{ object.author }} on {{ object.pub_date|date:"F j, Y" }}

{% endfor %} {% endblock %}