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

{{ post.title }}

{% if posts_noticias %} {% for noticias in posts_noticias %} {% set imagen = noticias.thumbnail.src | default('/wp-content/uploads/2025/10/Imagen_por_defecto.png') %} {% set alt = noticias.thumbnail.alt | default('Imagen por defecto') %}
{{ noticias.title }}

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

{{ noticias.date }}

{{ __('Sigue leyendo', 'Sindikatua') }}...
{% endfor %} {% else %}

no hay artículos

{% endif %}
{% include 'partials/pagination-custom.twig' %}
{% endblock %}