{% 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 #}
{# Anuncio da noticia quando há noticias relacionadas #}
{% if blocosComBanner and not noticia.publieditorial and noticia.id != '133520' and not noticia.isColunista %}
{% include 'anuncios/engeplus-chamada.twig' with{
'id': 'anuncio-chamada-' ~ blocoNumero ~ '-' ~ loop.index
} %}
{% endif %}