Files
lamine_wp/web/app/themes/la_mine/accueil.php
T
2020-05-20 15:58:33 +02:00

11 lines
241 B
PHP

<?php
/**
* template name: Accueil
*/
$context = Timber::context();
$timber_post = new Timber\Post();
$context['post'] = $timber_post;
Timber::render( array( 'page-' . $timber_post->post_name . '.twig', 'accueil.twig' ), $context );