{% extends 'base.html' %}
{% load typogrify_tags %}
{% load comments %}
{% block pagetitle %}{{object.title|title|smartypants|safe}} - Luxagraf, Writing{%comment%}{% if object.country_name == "United States" %}{{object.location_name|smartypants|safe}}, {{object.state_name}}{%else%}{{object.location_name|smartypants|safe}}, {{object.country_name}}{%endif%}{%endcomment%}{% endblock %}
{% block metadescription %}{% autoescape on %}{{object.meta_description|striptags|safe}}{% endautoescape %}{% endblock %}
{%block extrahead%}
{% for image in object.get_images %}
{% endfor %}
{%endblock%}
{%block htmlclass%}{% with object.template_name as t %}
class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%endif%}{%if t == 2 or t == 3 %} dark{%endif%}"{%endwith%}{%endblock%}
{% block primary %}
{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|widont|safe}}{%endif%}
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%} {% render_comment_form for object %} {% else %}Sorry, comments have been disabled for this post.
{%endif%} {% endblock %} {% block js %} {% with object.get_template_name_display as t %}{%if t == "single" or t == "single-dark" %} {%endif%}{%endwith%} {% with object.template_name as t %}{%if t == 1 or t == 3 %} {%endif%}{%endwith%}{%endblock%}