{# Primera columna - Carousel con vídeos embebidos #}

{{ __('Vídeos', 'Sindikatua')|upper }}

{% if videos %} {% else %} No hay vídeos {% endif %}
{# MODAL PARA REPRODUCIR VÍDEO #} {# Segunda columna - Último artículo de opinión #}

{{ __('Opinión', 'Sindikatua')|upper}}

{% if last_posts_opinion and last_posts_opinion|length > 0 %} {% for article in last_posts_opinion %} {% set imagen = article.thumbnail.src('medium') | default('/wp-content/uploads/2025/10/Imagen_por_defecto_300.jpg') %} {% set alt = article.thumbnail.alt | default('Imagen Opinión') %}
{{ alt }}

{{ article.title }}

{{ article.author }}

{{ article.date }}

{% endfor %} {% else %}

{{ __('No hay artículos', 'Sindikatua') }}

{% endif %}