Files
ENI-sortir/templates/main/footer.html.twig
2024-11-26 15:35:11 +01:00

5 lines
147 B
Twig

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