{% extends 'base.html' %} {% load typogrify_tags %} {%block bodyid%}id="essay-archive" class="archive"{%endblock%} {% block content %}

{{object.title|smartypants|safe}}

{% if object.sub_title %}

{{object.sub_title|smartypants|safe}}

{%endif%}
Filed Under: {% for tag in object.tags.all %}{%if forloop.last%}{%else%}, {%endif%}{% endfor %}
{{object.body_html|safe|smartypants}}
{% with object.get_next_published as next %} {% with object.get_previous_published as prev %} {% if object.related.all %}
You might also enjoy
{%endif%}
{% endblock %}