From 3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 24 Nov 2020 12:10:40 +0100 Subject: Fixing templating (without ejs) --- base.template.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 base.template.html (limited to 'base.template.html') diff --git a/base.template.html b/base.template.html new file mode 100644 index 0000000..43638bf --- /dev/null +++ b/base.template.html @@ -0,0 +1,19 @@ + + + + cacharle + + + + + + + + + + +
+ +
+ + -- cgit