|
@@ -2,8 +2,6 @@
|
|
/**
|
|
/**
|
|
* template name: agenda
|
|
* template name: agenda
|
|
*/
|
|
*/
|
|
-
|
|
|
|
-
|
|
|
|
$context = Timber::context();
|
|
$context = Timber::context();
|
|
$timber_post = new Timber\Post();
|
|
$timber_post = new Timber\Post();
|
|
|
|
|
|
@@ -13,4 +11,4 @@ $args = array(
|
|
|
|
|
|
$context['posts'] = Timber::get_posts( $args );
|
|
$context['posts'] = Timber::get_posts( $args );
|
|
|
|
|
|
-Timber::render( ['agenda.twig'] , $context );
|
|
|
|
|
|
+Timber::render('agenda.twig', $context );
|