{{ noticia.bajada }}
-
{% if noticias %}
-
{% if noticias|length > 1 %}
 }})
{% endif %}
{% if noticias|length > 2 %}
 }})
{% endif %}
{{ noticias[2].titulo }}
{{ noticias[2].fecha |slice(0,10)}}
{% for key,noticia in noticias %}
{% if key > 2 %}
{% endif %}
{% endfor %}
{{ knp_pagination_render(noticias) }}