Files
ENI-sortir/templates/main/footer.html.twig
2024-11-25 13:39:48 +01:00

5 lines
159 B
Twig

<footer class="w-full bg-green-700 text-white py-4">
<div class="flex justify-center">
ENI &copy; Sortie {{ "now"|date("Y") }}
</div>
</footer>