From 3a5fabf3c6f4f60a64885a52c76ba6dab8b71099 Mon Sep 17 00:00:00 2001 From: Horus Date: Thu, 20 Oct 2016 18:08:36 +0200 Subject: Initial commit. --- layouts/page/list.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/page/list.html (limited to 'layouts/page/list.html') diff --git a/layouts/page/list.html b/layouts/page/list.html new file mode 100644 index 0000000..32d2367 --- /dev/null +++ b/layouts/page/list.html @@ -0,0 +1,7 @@ +{{partial "header.tmpl" .}} +

{{.Title}}


+ +{{partial "footer.tmpl"}} + -- cgit v1.2.3