From d9f06c59ee00290128e49890b9847d6a57e130ec Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 9 Feb 2016 03:16:06 +0100 Subject: [PATCH] Fix previous commits lacking templating template. --- templates/partials.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/partials.html diff --git a/templates/partials.html b/templates/partials.html new file mode 100644 index 0000000..a7d7911 --- /dev/null +++ b/templates/partials.html @@ -0,0 +1,10 @@ +{{ define "header" }} + + hosted twtxt server +
+{{ end }} +{{ define "footer" }} +
+

This project is licensed under the AGPLv3, source code here.

+ +{{ end }}