From 62e6fff6cf4b5c8a5c33c3143f995d047fe6c384 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 4 Dec 2013 22:42:09 -0500 Subject: Use jinja2 as the templating system Add flashy css to indicate this is development stuff --- templates/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..230edc7 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,23 @@ + + + + + {{ title }} + + + + +
+
+
+
+
+
+
+
+
+

{{ content }}

+
+
+ + -- cgit