{% 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 #}