{% extends "biblion/blog_base.html" %} {% load biblion_tags %} {% block head_title %}{{ post.title }}{% endblock %} {% block extra_head %} {% endblock %} {% block blog_content %}

{{ post.title }}

{% include "biblion/_dateline.html" %}
{{ post.teaser_html|safe }}
{{ post.content_html|safe }}

Comments

{% include "biblion/_comments.html" %} {% endblock %}