From cd6bac28449676d5d0f8b074e25f7fe4abe9c58b Mon Sep 17 00:00:00 2001 From: gustavo Date: Wed, 30 Jul 2025 11:25:56 +0000 Subject: [PATCH] ADD new pages --- views/partials/breadcrumb.twig | 26 +++++++ views/partials/section-videos.twig | 8 +- views/templates/404.twig | 6 +- views/templates/page-acerca-de-la-cnt.twig | 49 +++++++++++- views/templates/page-documentos.twig | 69 ++++++++++++++++- views/templates/page-noticias.twig | 40 +++++++++- views/templates/page-videos.twig | 87 +++++++++++++++++++++- views/templates/single-acerca.twig | 39 ++++++++++ 8 files changed, 309 insertions(+), 15 deletions(-) create mode 100644 views/partials/breadcrumb.twig create mode 100644 views/templates/single-acerca.twig diff --git a/views/partials/breadcrumb.twig b/views/partials/breadcrumb.twig new file mode 100644 index 0000000..17eb0a9 --- /dev/null +++ b/views/partials/breadcrumb.twig @@ -0,0 +1,26 @@ + diff --git a/views/partials/section-videos.twig b/views/partials/section-videos.twig index 96a8c1c..513e83c 100644 --- a/views/partials/section-videos.twig +++ b/views/partials/section-videos.twig @@ -6,10 +6,10 @@

VÍDEOS

- {% if videos_carousel %} + {% if videos %}