{% load thumbnail %}
{% with x=MEDIA_ROOT|add:conteudo.capa %} {% thumbnail x "65x65" crop="center" as im %}
{% endthumbnail %} {% endwith %}
{{ conteudo.titulo }} - {{ conteudo.publicada_inicio|date:"d \d\e F"}}
{% if conteudo.resumo %}
{{ conteudo.resumo|safe|default:"" }}
{% endif %} {% if seccao.0 == '87' and conteudo.noticia %}
{{ conteudo.noticia|safe|default:"" }}
{% endif %} {% if seccao.0 == '87' and conteudo.subsidio %} {% endif %}