{% load thumbnail %}
{{ published }}
in {{ obj.category }}

{{ obj.title|safe }}

{% if not hide_thumb %} {% thumbnail obj.image.file "640" as thumb %} {% endthumbnail %} {% endif %}

{{ obj.summary|linebreaksbr }} {% if not obj.url %} Read more {% endif %}

{% if obj.url %}

Read more

{% endif %}