Servicios & CSS

This commit is contained in:
2025-10-03 08:09:11 +00:00
parent 452cf904de
commit af70ce1e6c
3 changed files with 22 additions and 7 deletions

View File

@ -2,6 +2,7 @@
{% block content %}
<h1 class="mb-5 position-relative fs-4 fw-bold sp-module-title">{{ post.title }}</h1>
{# {{ dump(videos.pagination) }}#}
<div class="container text-center">
<div class="row">
@ -56,6 +57,12 @@
{% else %}
<p>No hay vídeos disponibles.</p>
{% endif %}
<!-- PAGINATION -->
<div class="pagination-custom mt-5">
{% include 'partials/pagination-custom.twig' %}
</div>
</div>
{# MODAL PARA REPRODUCIR VÍDEO #}