aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/templates/home/htmx-home-page.tmpl
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2025-02-11 16:31:08 +0530
committerVikas Kushwaha <dev@vikas.rocks>2025-02-11 16:31:08 +0530
commit57eb8f6712361a3bf75983ce153fac4846dc0273 (patch)
tree269a168d59c917c4e313c819e2b4c3ff8175f912 /cmd/web/templates/home/htmx-home-page.tmpl
Initial commit
Diffstat (limited to 'cmd/web/templates/home/htmx-home-page.tmpl')
-rw-r--r--cmd/web/templates/home/htmx-home-page.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/web/templates/home/htmx-home-page.tmpl b/cmd/web/templates/home/htmx-home-page.tmpl
new file mode 100644
index 0000000..575f328
--- /dev/null
+++ b/cmd/web/templates/home/htmx-home-page.tmpl
@@ -0,0 +1,3 @@
+{{ template "home/index" . }}
+{{ template "components/navbar" . }}
+{{ template "components/head" . }} \ No newline at end of file