11 lines
194 B
PHP
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 );
|