Plantilla para las páginas de servicios

This commit is contained in:
2025-07-30 17:28:55 +00:00
parent 96b9586842
commit 2e0caea5d1
3 changed files with 175 additions and 73 deletions

12
template-servicio.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
/**
* Template Name: Plantilla de Servicio
* Description: Para páginas donde se describe un servicio.
*/
$context = Timber::context();
$timber_post = Timber::get_post();
$context['post'] = $timber_post;
Timber::render( ['template-servicio.twig'], $context );