{% extends 'base.html' %}
{% load typogrify_tags %}
{% load comments %}
{%block htmlclass%}class="detail single"{%endblock%}
{% block pagetitle %}{{object.title|title|smartypants|safe}} - by Scott Gilbertson{% endblock %}
{% block metadescription %}{% autoescape on %}{{object.meta_description|striptags|safe}}{% endautoescape %}{% endblock %}
{%block extrahead%}
{% if object.has_code %}
{%endif %}
{% if object.featured_image %}
{%endif%}
{%endblock%}
{%block bodyid %}{% if object.get_post_type_display == 'tools' %}class="src"{% endif %}{%endblock%}
{% block primary %}
{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}
{{object.sub_title|smartypants|safe}}
Originally Published By: {{object.originally_published_by}}
{%endif%}
{% if object.location %}{% if object.location.country_name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.location.state_name|safe}}, U.S.{%else%}{{object.location.name|smartypants|safe}}, {{object.location.country_name|safe}}{%endif%}
– Map
Afterward
{{object.afterword_html|smartypants|safe}}
If you enjoyed this, you should join the mailing list…
{% include 'mailing_list.html' %}
{{comment_count}} Comment{{ comment_count|pluralize }}
{% render_comment_list for object %} {%endif%}Sorry, comments have been disabled for this post.
{%endif%} {% endblock %} {% block js %} {%endblock%}