{% extends 'base.html' %} {% load typogrify_tags %} {% block pagetitle %}{% endblock %} {% block metadescription %}{% endblock %} {%block htmlclass%}class="detail{%endblock%} {% block primary %}
{% if object.title != "Resume" %}

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

{% endif %} {% if object.publisher %}

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

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