{% extends "community/blog_list.html" %} {% block title %}Weblog | {{ object.headline|escape }}{% endblock %} {% block content %} {% load markup %}
Posted by {{ object.author }} on {{ object.pub_date|date:"F j, Y" }}
{{ object.body|markdown:"safe" }}
{% load comments %} {% get_comment_list for blog.blogitem object.id as comment_list %}No one has posted any comments yet. Perhaps you'd like to be the first?
{% endif %}You must be logged in to post comments.
{% endif %}