{% extends "base.html" %} {% block content%}

{{ title }}

{% for obj in object_list %}
{% if obj.image %} {% endif %}

{{obj.title}} {{obj.timestamp|timesince}} ago

{{obj.content|linebreaks|truncatechars:120}}

View

{% endfor %}
{%endblock content%}