{% extends 'layouts/base.twig' %} {% block content %}

NOTICIAS

{% if recent_posts_noticias %} {% for noticias in recent_posts_noticias %}
{{ noticias.thumbnail.alt }}
{{ noticias.title }}

{{ noticias.excerpt({ words: 50, read_more: '' }) }}

{{ noticias.date }}

Sigue leyendo...
{% endfor %} {% else %}

no hay artículos

{% endif %}
{% endblock %}