{% extends 'base.html' %} {% load typogrify %} {%block bodyid%}id="home"{%endblock%} {% block primary %}
{% for object in object_list %}{% if forloop.counter == 1 %}

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

{{ object.title }}

{{object.dek|safe}} More »

{%endif%}{%endfor%}
{%comment%}

5x5

Interviews From The Road

Lorem sit amet, consectetur adipiscing elit. Duis cursus sodales eros – William Brandon III

{%endcomment%}

From the Archive

{% for object in object_list %}{%if forloop.counter > 1 %}

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

{%if object.thumbnail%}{%endif%}

{{object.dek|safe}}

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