{% extends 'base.html' %} {% load typogrify %} {% load pagination_tags %} {% block pagetitle %}Luxagraf | {% if region %}Travel Writing from {{region.name|title|smartypants|safe}}{%else%}Travel Writing from Around the World {%endif%}{% endblock %} {% block metadescription %}{% if region %}Travel writing, essays and dispatches from {{region.name|title|smartypants|safe}}{%else%}Travel writing, essays and dispatches from around the world{%endif%}{% endblock %} {%block bodyid%}id="writing"{%endblock%} {% block primary %}
{% autopaginate object_list 10 %} {% for object in object_list %}

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

{{ object.title }}

{{object.dek|safe}}

{% endfor %}
{% endblock %} {% block js %}{% endblock%}