{% 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 }}
{# Anuncio da noticia quando não há noticias relacionadas #} {# id noticia colunista #} {% 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 %}
{% endif %}
{% if noticia.possuiNoticiasRelacionadas %}
{# 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 %}
{% 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 %}