2023-04-29 11:34:53 +02:00

9 lines
388 B
HTML

<footer class="py-4 bg-light mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright &copy; JU & MI {$jahr}</div>
</div>
</div>
</footer>