From 49b009d60433ce0fb419644fecc4ea8f3afac27f Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 6 Jan 2024 19:28:33 -0500 Subject: wip --- htmx/base.html | 2 +- htmx/error.html | 6 ++++++ htmx/index.html | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 htmx/error.html create mode 100644 htmx/index.html (limited to 'htmx') diff --git a/htmx/base.html b/htmx/base.html index c02e2c6..68aae76 100644 --- a/htmx/base.html +++ b/htmx/base.html @@ -22,7 +22,7 @@ {{end}} diff --git a/htmx/error.html b/htmx/error.html new file mode 100644 index 0000000..2e12bdf --- /dev/null +++ b/htmx/error.html @@ -0,0 +1,6 @@ +{{define "title"}}{{.}}{{end}} +{{define "main"}} + +

{{.}}

+ +{{end}} diff --git a/htmx/index.html b/htmx/index.html new file mode 100644 index 0000000..68d9f93 --- /dev/null +++ b/htmx/index.html @@ -0,0 +1,6 @@ +{{define "title"}}Index{{end}} +{{define "main"}} + +todo + +{{end}} -- cgit v1.2.3