{% comment %} Header {% endcomment %}
{% block title %}

{{ item.title }}

{% endblock %} {% block authors %}

By {% for author in item.authors.all %} {{ author.name }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endblock %} {% block site %} {% if item.site_name %}

On {{ item.site_name }}

{% endif %} {% endblock %} {% block date %}

{{ item.publish_date|date:"F jS, Y" }}

{% endblock date %}
{% comment %} Body {% endcomment %} {% block body %} {% autoescape off %} {{ item.description_html }} {% endautoescape %} {% endblock %} {% comment %} Footer {% endcomment %}