{% extends "website/base/base.html" %} {% load tags_conteudos %} {% block principal %} {% with seccao="1" %} {% get_seccao seccao=seccao as seccao_bd %}
{{ seccao_bd.0.title }}
{% get_latest_contents elements=5 sections=seccao as noticias %} {% for noticia in noticias %} {% with conteudo=noticia %} {% include "website/base/noticia_listagem.html" %} {% endwith %} {% if not forloop.last %}
{% endif %} {% endfor %}
{% endwith %} {% include "website/home/duas_seccoes.html" %} {% endblock principal %}