{% load i18n %} {% load gravatar thumbnail %} Avatar {% if detail %}

{{ object.title }}

{% else %}

{{ object.title }}

{% endif %}
{{ object.published_at }}
{{ object.author }}
{% for category in object.categories.all %} {% if forloop.counter != 1 %}/{% endif %} {{ category }} {% endfor %}
{% if object.image %} {% endif %}
{{ object.lead }}