passage au templating blade autonome

This commit is contained in:
Gregory Letellier
2023-11-09 09:23:52 +01:00
parent 80aeacdade
commit 04e2843569
8 changed files with 104 additions and 14 deletions

View File

@@ -30,6 +30,7 @@
<body>
<div class="message-container">
<h1>"It works!"</h1>
<h2>{{ $date }}</h2>
</div>
</body>
</html>