Move htmx template into layouts.
This commit is contained in:
parent
60c8aefd49
commit
203a856895
5 changed files with 29 additions and 38 deletions
|
|
@ -17,6 +17,7 @@ type (
|
|||
const (
|
||||
LayoutMain Layout = "main"
|
||||
LayoutAuth Layout = "auth"
|
||||
LayoutHTMX Layout = "htmx"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue