rowt/templates/includes/footer.html.tera
2023-04-06 11:00:44 +02:00

11 lines
318 B
Plaintext

<footer class="bg-primary-950 text-white w-full flex justify-center p-3">
<div class="max-w-screen-lg w-full flex justify-between">
<div>
Marie Birner <span class="text-[#ff0000]">&hearts;</span> Philipp Hofer
</div>
<div>
&copy; {{ now() | date(format="%Y") }}
</div>
</div>
</footer>