From f12d854fcf5e46fe526a92a316b2c6ec118fcea3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 20 Jan 2019 12:35:37 +0100 Subject: Replace fcgi with plain http server --- htdocs/template/index.tmpl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 htdocs/template/index.tmpl (limited to 'htdocs/template/index.tmpl') diff --git a/htdocs/template/index.tmpl b/htdocs/template/index.tmpl new file mode 100644 index 0000000..1803dd5 --- /dev/null +++ b/htdocs/template/index.tmpl @@ -0,0 +1,24 @@ +{{/* This file is combined with the root.tmpl to display the blog index. */}} + +{{define "title"}}Article index{{end}} + +{{define "content"}} +
+

{{template "title"}}

+ +
+{{end}} -- cgit v1.2.3