2026-04-06

This commit is contained in:
gcch 2026-04-06 14:08:45 +02:00
commit 7baeb28fc1
36 changed files with 390 additions and 415 deletions

View file

@ -7,7 +7,4 @@ use Timber\Timber;
$context = Timber::context();
$templates = ['base.twig'];
Timber::render(
data: $context,
filenames: $templates,
);
Timber::render(data: $context, filenames: $templates);