{% if post.children('page') |length > 0 %}
{% for SubpagServicio in post.children('page') %}
{% set imagen = SubpagServicio.thumbnail.src | default(imagen_default) %}
{% set alt = SubpagServicio.thumbnail.alt | default('Imagen por defecto') %}
{{ SubpagServicio.title }}
{{SubpagServicio.content}}
{% endfor %}
{% else %}
{{ __('No hay artÃculos', 'Sindikatua') }}
{% endif %}
{# {% set pagination = post.children.pagination %}
{% if pagination %}