13 lines
205 B
PHP
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 );
|