summaryrefslogtreecommitdiff
path: root/ui/html/pages/index.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/html/pages/index.tmpl.html')
-rw-r--r--ui/html/pages/index.tmpl.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html
new file mode 100644
index 0000000..c252465
--- /dev/null
+++ b/ui/html/pages/index.tmpl.html
@@ -0,0 +1,6 @@
+{{define "title"}}Blog{{end}}
+
+{{define "main"}}
+ <h2>Blog</h2>
+ <p>Home of {{.Webmaster}}</p>
+{{end}}