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

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

{% if posts_opinion %} {% for noticias in posts_opinion %} {% set imagen = noticias.thumbnail.src | default(imagen_default) %} {% 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 %} {% set pagination = posts_opinion.pagination %}
{% include 'partials/pagination-custom.twig' %}
{% endblock %}