{% extends 'base.html' %} {% load typogrify %} {% block pagetitle %}Luxagraf | {{object.title|title|smartypants|safe}}{% endblock %} {% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %} {% block date %}{{object.pub_date|date:"F j, Y"}}{% 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%}{% endblock %} {% block title %}{{object.title|smartypants|safe}}{% endblock %} {% block primary %} {{object.body_html|smartypants|widont|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 Facebook, FriendFeed 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

{# Load and display comments #}
blog comments powered by Disqus {% endblock %} {% block sidebar %} {% endblock %}