Servicios & CSS
This commit is contained in:
@ -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 #}
|
||||
|
||||
Reference in New Issue
Block a user