{% set blocosComBanner = blocoNumero == '2' or blocoNumero == '2a' %} {% if anuncioGoogle %} {% endif %}
{% if noticias is empty %} Nenhuma notícia encontrada. {% else %} {% for noticia in noticias %} {% set isSeguranca = noticia.editoria.nome == "Segurança" %} {# Anúncio Google semelhante a uma notícia #} {% if anuncioGoogle and loop.index == 1 %}
{% endif %} {# Notícia normal ou publieditorial #}
{{ noticia.chapeu }}
{% if noticia.thumb.nome is not empty %} {% endif %}
{{ noticia.chapeu }}
{{ noticia.titulo }}
{% if not noticia.possuiNoticiasRelacionadas %}
{{ noticia.chamada }}
{% endif %}
{% if noticia.possuiNoticiasRelacionadas %}
{% endif %} {% if not noticia.publieditorial %}
{% if noticia.possuiAtualizacao %} Atualizado {{ noticia.dataAtualizacao.tempoPassado }} {% else %} {{ noticia.data.tempoPassado }} {% endif %} em {{ noticia.editoria.nome }}
{% endif %}
{% if noticia.possuiNoticiasRelacionadas %} {% endif %} {% endfor %} {% endif %}