association.php 194 B

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