agenda.php 238 B

1234567891011
  1. <?php
  2. /**
  3. * Template Name: agenda
  4. */
  5. $context = Timber::context();
  6. $timber_post = new Timber\Post();
  7. $context['post'] = $timber_post;
  8. Timber::render( array( 'page-' . $timber_post->post_name . '.twig', 'page.twig' ), $context );