summaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
new file mode 100644
index 0000000..3d68d2c
--- /dev/null
+++ b/templates/default.html
@@ -0,0 +1,5 @@
+{{template "base" .}}
+{{define "content"}}
+<h1>{{.Meta.title}}</h1>
+{{ .Body }}
+{{end}} \ No newline at end of file