{% extends 'base.html' %} {% load typogrify_tags %} {% load comments %} {% block pagetitle %}{{object.title|striptags}} - by Scott Gilbertson{% endblock %} {% block metadescription %}{% autoescape on %}{{object.meta_description|striptags|safe}}{% endautoescape %}{% endblock %} {%block extrahead%} {%endblock%} {% block bodyid %}class="src detail single"{% 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}}
{% if object.enable_comments %}
{% get_comment_count for object as comment_count %} {%if comment_count > 0 %}

{{comment_count}} Comment{{ comment_count|pluralize }}

{% render_comment_list for object %} {%endif%} {% render_comment_form for object %} {% else %}

Sorry, comments have been disabled for this post.

{%endif%}
{% endblock %} {% block js %} {% if object.has_code %} {%endif %} {% endblock %}