2026-04-06
This commit is contained in:
parent
2971f5516d
commit
7baeb28fc1
36 changed files with 390 additions and 415 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue