diff options
Diffstat (limited to 'htmx/error.html')
| -rw-r--r-- | htmx/error.html | 6 |
1 files changed, 6 insertions, 0 deletions
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"}} + +<h1>{{.}}</h1> + +{{end}} |
