{% for key,noticia in bloco %} {% if noticia.thumb.nome is not empty %}
{{ noticia.chapeu }}
{% if noticia.possuiVideo %}
{% endif %}

{{ noticia.titulo }}

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

{{ noticia.titulo }}

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