splitted twig templates in multiple files

This commit is contained in:
julien
2026-02-22 19:48:40 +01:00
parent 76134c9e40
commit 6ef1eb9508
9 changed files with 38 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
<footer class="site-footer">
<p>&copy; {{ "now"|date("Y") }} Mon Blog Tous droits réservés.</p>
<nav>
<a href="">À propos</a> |
<a href="">Contact</a>
</nav>
</footer>

View File

@@ -0,0 +1,6 @@
<header>
<h1>
<a href="/">Mon Blog</a> |
<a href="/admin">Admin</a>
</h1>
</header>