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

{{ post.title }}

{% 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 servicios cnt') %}
{{ alt }}
{{ SubpagServicio.title }}

{{SubpagServicio.content}}

{% endfor %} {% else %}

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

{% endif %} {# {% set pagination = post.children.pagination %} {% if pagination %}
{% include 'partials/pagination-custom.twig' %}
{% endif %} #}
{% endblock %}