From 85e7eaa3a1c9024c02cc9a63744cdfb144cc3737 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 23 May 2020 07:56:12 -0700 Subject: adds tmpl, css, and fileserver --- templates/parts/_layout.tmpl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/parts/_layout.tmpl (limited to 'templates/parts/_layout.tmpl') diff --git a/templates/parts/_layout.tmpl b/templates/parts/_layout.tmpl new file mode 100644 index 0000000..4098a30 --- /dev/null +++ b/templates/parts/_layout.tmpl @@ -0,0 +1,30 @@ +{{ define "base" }} + + + + + iserv - an image site + + + + + + + + + + + + + + +{{ template "content" . }} +{{ end }} -- cgit v1.2.3