summaryrefslogtreecommitdiff
path: root/index.php
blob: 38c8671bcc34820b4d996bef18ac5dfce5ad2987 (plain)
1
2
3
4
5
6
7
8
<?php

$context = \Timber\Timber::context();
$templates = ['index.twig'];

$context['posts'] = new \Timber\PostQuery();

\Timber\Timber::render($templates, $context);