From 8891eea532102b58a23a71a491be2c3f151720b5 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 14 Oct 2020 18:19:00 +0200 Subject: Initial commit --- templates/base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..7336dda --- /dev/null +++ b/templates/base.html @@ -0,0 +1,11 @@ + + + + + {{block "title" .}}{{end}} - grimtube + + + {{block "content" .}} + {{end}} + + -- cgit v1.2.3