add template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* template name: Privatiser l'espace
|
||||
*/
|
||||
|
||||
$context = Timber::context();
|
||||
|
||||
$timber_post = new Timber\Post();
|
||||
$context['post'] = $timber_post;
|
||||
Timber::render( array( 'page-' . $timber_post->post_name . '.twig', 'privatiser_lespace.twig' ), $context );
|
||||
Reference in New Issue
Block a user