Made HTMX non-blocking

This commit is contained in:
2024-02-03 00:03:57 -07:00
parent 9c3e3b5ab7
commit bfc56fffcf
5 changed files with 15 additions and 2 deletions

View File

@ -17,6 +17,7 @@
<main class="container flex flex-col items-center justify-center gap-3 sm:gap-6 p-4 text-center mx-auto min-h-[calc(100%-64px)]">
{{template "main" .}}
</main>
{{template "foot" .}}
</body>
</html>
{{end}}