First commiut

This commit is contained in:
isUnknown 2026-04-13 11:26:00 +02:00
commit 8e81736a94
30 changed files with 1596 additions and 0 deletions

2
site/templates/card.php Normal file
View file

@ -0,0 +1,2 @@
<?php snippet('header') ?>
<?php snippet('footer') ?>

View file

@ -0,0 +1,2 @@
<?php snippet('header') ?>
<?php snippet('footer') ?>

View file

@ -0,0 +1 @@
<h1><?= $page->title() ?></h1>

8
site/templates/home.php Normal file
View file

@ -0,0 +1,8 @@
<?php snippet('header') ?>
<!--
- section recherche / filtres
- grille d'éléments (card.php)
-->
<?php snippet('footer') ?>