{% extends 'base.html' %} {% load typogrify %} {% block pagetitle %}{{object.title|title|smartypants|safe}} ({% ifequal object.location.state.country.name "United States" %}{{object.location.name|smartypants|safe}}, {{object.location.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.location.state.country.name}}{%endifequal%}) | Luxagraf, a travelogue{% endblock %} {% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %} {%block bodyid%}class="writing-detail"{%endblock%} {% block primary %}

{{object.title|smartypants|safe}}

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

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

{{object.title|title|smartypants|safe}} was posted {{ object.pub_date|timesince }} ago from {{object.location.name|smartypants|safe}}, which is in {%ifequal object.location.state.country.name 'United States'%}{{object.location.state.name|smartypants|safe}},{%endifequal%} {{object.location.state.country.name|smartypants|safe}}. You can find nearby entries by browsing the Map.

If you enjoyed reading this, you can follow along on Twitter or by subscribing to the RSS Feed. For more about luxagraf, see the about page. To get in touch please use the contact form or leave a comment below.

Comments on {{object.title|title|smartypants|safe}}

blog comments powered by Disqus
{% endblock %}