rowt/templates/includes/footer.html.tera
2023-07-30 14:33:50 +02:00

13 lines
310 B
Plaintext

<footer class="bg-primary-950 text-white w-full flex justify-center p-3">
<div class="max-w-screen-xl w-full flex justify-between">
<div>
<span class="text-[#ff0000]">&hearts;</span>
ASKÖ Ruderverein Donau Linz
</div>
<div>
&copy;
{{ now() | date(format="%Y") }}
</div>
</div>
</footer>