{% extends 'base.html' %} {% load typogrify_tags %} {% block pagetitle %}{% endblock %} {% block metadescription %}{% endblock %} {% block primary %}

{{object.title|safe|smartypants|widont}}

This article was published in {{object.publisher}}, you can view the original there, complete with graphics, comments and other fun stuff.

{{object.body_html|safe|smartypants|widont}}
{%endblock%}