wip avec résolution de conflits
This commit is contained in:
parent
63b2d2b256
commit
ef19ba2b72
208 changed files with 178625 additions and 192002 deletions
|
|
@ -4,7 +4,10 @@ declare(strict_types=1);
|
|||
|
||||
use Timber\Timber;
|
||||
|
||||
$contexte = Timber::context();
|
||||
$modeles = ['base.twig'];
|
||||
$context = Timber::context();
|
||||
$templates = ['base.twig'];
|
||||
|
||||
Timber::render($filenames = $modeles, $data = $contexte);
|
||||
Timber::render(
|
||||
data: $context,
|
||||
filenames: $templates
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue