Files
lamine_wp/web/app/themes/la_mine/association.php
T
2020-05-28 09:35:06 +02:00

11 lines
194 B
PHP

<?php
/**
* template name: Association
*/
$context = Timber::context();
$timber_post = new Timber\Post();
$context['post'] = $timber_post;
Timber::render('association.twig', $context );