From 57eb8f6712361a3bf75983ce153fac4846dc0273 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Tue, 11 Feb 2025 16:31:08 +0530 Subject: Initial commit --- cmd/web/templates/layouts/app-htmx.tmpl | 1 + cmd/web/templates/layouts/app.tmpl | 93 +++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 cmd/web/templates/layouts/app-htmx.tmpl create mode 100644 cmd/web/templates/layouts/app.tmpl (limited to 'cmd/web/templates/layouts') diff --git a/cmd/web/templates/layouts/app-htmx.tmpl b/cmd/web/templates/layouts/app-htmx.tmpl new file mode 100644 index 0000000..fa6e6dc --- /dev/null +++ b/cmd/web/templates/layouts/app-htmx.tmpl @@ -0,0 +1 @@ +{{ embed }} \ No newline at end of file diff --git a/cmd/web/templates/layouts/app.tmpl b/cmd/web/templates/layouts/app.tmpl new file mode 100644 index 0000000..986f458 --- /dev/null +++ b/cmd/web/templates/layouts/app.tmpl @@ -0,0 +1,93 @@ + + + + + {{ .PageTitle }} + + + + + + + + + + + +
+ {{ embed }} +
+ + + +
+ + + + + + + + -- cgit v1.2.3