{% extends "website/base/base_paroquias.html" %} {% load tags_conteudos %} {% load thumbnail %} {% block principal %} {% if website.websiteprofile.home_noticia %} {% get_latest_contents website=website cod=website.websiteprofile.home_noticia.pk content_type=1 elements=1 as bemvindo %} {% endif %} {% if website.websiteprofile.home_noticias %} {% get_latest_contents website=website sections=website.websiteprofile.home_noticias.pk content_type=1 elements=3 as noticias %} {% endif %} {% if website.websiteprofile.fotogaleria_seccao %} {% get_latest_contents website=website sections=website.websiteprofile.fotogaleria_seccao.pk content_type=2 elements=1 as fotogaleria %} {% endif %} {% if bemvindo %}