{% extends "website/base/base.html" %} {% load tags_conteudos %} {% load thumbnail %} {% block principal %} {% get_seccao seccao=seccao.0 as seccao_bd %}
Arquidiocese de Braga / {{ seccao_bd.0.title }}
{{ object.titulo }}
{% if object.autor_capa %}{{ object.autor_capa }}{% endif %} | {% if object.autor_capa_local %}{{ object.autor_capa_local }}{% endif %} {{ object.publicada_inicio|date:"Y-m-d \• h:m" }}
{{ object.resumo|default:"" }}
Share
{% with x=MEDIA_ROOT|add:object.capa %} {% thumbnail x "234" crop="center" as im %}
{% endthumbnail %} {% endwith %}
{{ object.noticia|safe }}
{% if object.autor %}{{ object.autor }}{% endif %}
{% if object.local %}{{ object.local }}{% endif %}
{% endblock principal %}