les_projets.php 205 B

123456789101112
  1. <?php
  2. /**
  3. * template name: Les projets
  4. */
  5. $context = Timber::context();
  6. $timber_post = new Timber\Post();
  7. $context['post'] = $timber_post;
  8. Timber::render( array( 'les_projets.twig' ), $context );