From f154ae1ec88146017abf3de9d14d119facb5fc4c Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sat, 3 Jun 2017 18:00:51 -0400 Subject: Basic web app --- templates/base.tmpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/base.tmpl (limited to 'templates/base.tmpl') diff --git a/templates/base.tmpl b/templates/base.tmpl new file mode 100644 index 0000000..2ee087a --- /dev/null +++ b/templates/base.tmpl @@ -0,0 +1,25 @@ +{{define "header"}} + + + + + + ListenDiary + + + + +
+ +
+
+{{end}} + +{{define "footer"}} +
+ + +{{end}} -- cgit v1.2.3-70-g09d2