add template
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* template name: Les projets
|
||||
*/
|
||||
|
||||
$context = Timber::context();
|
||||
|
||||
$timber_post = new Timber\Post();
|
||||
$context['post'] = $timber_post;
|
||||
|
||||
|
||||
Timber::render( array( 'les_projets.twig' ), $context );
|
||||
Reference in New Issue
Block a user