{% 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 %}