{% for key,noticia in noticias.bloco1 %} {% if noticia.imagem.nome is not empty %}
{{ noticia.chapeu }}
{% if noticia.possuiVideo %}
{% endif %}

{{ noticia.titulo }}

{% else %}
{{ noticia.chapeu }}

{{ noticia.titulo }}

{{ noticia.chamada }}
{{ noticia.data.tempoPassado | upper }}
{% endif %} {% endfor %}