{% load tags_conteudos %}
{% with seccao="2" %} {% get_seccao seccao=seccao as seccao_bd %} {% get_latest_contents elements=5 sections=seccao as noticias %} {% for noticia in noticias %} {% with conteudo=noticia %} {% include "website/base/noticia_coluna.html" %} {% endwith %} {% endfor %} {% endwith %}
{% with seccao="3" %} {% get_seccao seccao=seccao as seccao_bd %} {% get_latest_contents elements=5 sections=seccao as noticias %} {% for noticia in noticias %} {% with conteudo=noticia %} {% include "website/base/noticia_coluna.html" %} {% endwith %} {% endfor %} {% endwith %}