From 7bf14a95b4a4adb7f55308532e7d6ffc8305bdc1 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 3 Jul 2017 22:40:22 +0100 Subject: Template system refined --- html/header.html | 25 +++++++++++++++++++++++-- html/index.html | 52 ++++++++++++++++++++++++++++++++++++++++++---------- html/templ.html | 16 +++++++++++----- 3 files changed, 76 insertions(+), 17 deletions(-) (limited to 'html') diff --git a/html/header.html b/html/header.html index 0cdb721..16a2f8f 100644 --- a/html/header.html +++ b/html/header.html @@ -2,8 +2,29 @@ binit diff --git a/html/index.html b/html/index.html index 12c8236..a428d22 100644 --- a/html/index.html +++ b/html/index.html @@ -1,17 +1,49 @@ + + + -

Index.html

+

Binnit

- Title: -
- Paste: -
- -
- Show link -
- +
+ Title: + +
+
+ Paste: +
+ +
+ Show link +
+
+ +
diff --git a/html/templ.html b/html/templ.html index 8b951d8..7729b23 100644 --- a/html/templ.html +++ b/html/templ.html @@ -1,14 +1,20 @@ - -
+ +
Title: {{TITLE}}
-
+
Date: {{DATE}}
-
+
{{CONTENT}} -
+
+ + +
+
Raw paste:
+ +
-- cgit v1.2.3