aboutsummaryrefslogtreecommitdiff
path: root/tmpl/view
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/view')
-rw-r--r--tmpl/view4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmpl/view b/tmpl/view
new file mode 100644
index 0000000..24d9b55
--- /dev/null
+++ b/tmpl/view
@@ -0,0 +1,4 @@
+{{define "title"}}{{.Title}}{{end}}
+{{define "content"}}
+{{.HTML}}
+{{end}}