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

13 lines
205 B
PHP

<?php
/**
* template name: Les projets
*/
$context = Timber::context();
$timber_post = new Timber\Post();
$context['post'] = $timber_post;
Timber::render( array( 'les_projets.twig' ), $context );