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/home.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 htdocs/template/home.tmpl (limited to 'htdocs/template/home.tmpl') diff --git a/htdocs/template/home.tmpl b/htdocs/template/home.tmpl new file mode 100644 index 0000000..2c622b5 --- /dev/null +++ b/htdocs/template/home.tmpl @@ -0,0 +1,10 @@ +{{/* This file is combined with the root.tmpl to display the blog home page. */}} + +{{define "title"}}dim13{{end}} + +{{define "content"}} + {{range .Data}} + {{template "doc" .}} + {{end}} +

See the index for more articles.

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