From 1ca0e11c15d4b5692b9b95c660689fd245ee66bd Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 6 Apr 2015 14:59:25 +0200 Subject: Add templates --- template/root.tmpl | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 template/root.tmpl (limited to 'template/root.tmpl') diff --git a/template/root.tmpl b/template/root.tmpl new file mode 100644 index 0000000..5794c37 --- /dev/null +++ b/template/root.tmpl @@ -0,0 +1,87 @@ +{{/* This template is combined with other templates to render blog pages. */}} + +{{define "google"}} + + + +{{end}} + +{{define "root"}} + + + + + {{template "title" .}} + + + + {{template "google"}} + + + + + +{{template "content" .}} + + + +{{end}} + +{{define "doc"}} +
+
+

{{.Title}}

+

+
+ {{.HTML}} + {{with .Authors}} + + {{end}} +
+{{end}} -- cgit v1.2.3