From e29d79e5f9785d039175da43704d02907b54ab47 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 1 Jul 2017 00:45:51 +0100 Subject: basic templating added (only for paste visualisation) --- html/footer.html | 2 ++ html/header.html | 11 +++++++++++ html/templ.html | 7 +++++++ 3 files changed, 20 insertions(+) create mode 100644 html/footer.html create mode 100644 html/header.html create mode 100644 html/templ.html (limited to 'html') diff --git a/html/footer.html b/html/footer.html new file mode 100644 index 0000000..9743df7 --- /dev/null +++ b/html/footer.html @@ -0,0 +1,2 @@ + + diff --git a/html/header.html b/html/header.html new file mode 100644 index 0000000..0cdb721 --- /dev/null +++ b/html/header.html @@ -0,0 +1,11 @@ + + + binit + + + + + diff --git a/html/templ.html b/html/templ.html new file mode 100644 index 0000000..2e86f38 --- /dev/null +++ b/html/templ.html @@ -0,0 +1,7 @@ + + +
+{{CONTENT}}
+
+ + -- cgit v1.2.3