>

Just a quick note for myself when setting up HTML templates.

<body class="flex flex-col min-h-screen">
  <footer class="mt-auto">
    &copy; 2023 All Rights Reserved.
  </footer>
</body>

Make body into a flex box, and use `mt-auto` to push the footer down.