Move htmx template into layouts.

This commit is contained in:
mikestefanello 2023-12-18 20:59:40 -05:00
parent 60c8aefd49
commit 203a856895
5 changed files with 29 additions and 38 deletions

View file

@ -17,6 +17,7 @@ type (
const (
LayoutMain Layout = "main"
LayoutAuth Layout = "auth"
LayoutHTMX Layout = "htmx"
)
const (