aboutsummaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/home.html b/templates/home.html
deleted file mode 100644
index 708a02e..0000000
--- a/templates/home.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{define "content"}}
-<main>
- <h2>{{.Title}}</h2>
- <p>Welcome to {{.Appname}}</p>
- <p>Custom Data: {{ .Custommessage }}</p>
-</main>
-{{end}} {{template "layout" .}}