From 03c9d0b595432c19f6a5351570f19b99d417ac25 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 4 Jul 2013 00:15:35 +0300 Subject: Initial commit --- docs/templates/default.html | 78 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 docs/templates/default.html (limited to 'docs/templates/default.html') diff --git a/docs/templates/default.html b/docs/templates/default.html new file mode 100644 index 0000000..9446a3d --- /dev/null +++ b/docs/templates/default.html @@ -0,0 +1,78 @@ +{% load staticfiles %} + + + + {{ title }} + + + + + + + + +
+
+ {% block content %} +
+ +
+
+ {% block main %} + {% endblock main %} +
+ {% endblock content %} +
+
+ +
+ + + + + -- cgit v1.2.3