From d66c0d42b678408921f5c3cb43c18df5b1f87338 Mon Sep 17 00:00:00 2001 From: yvesf Date: Sat, 20 Nov 2010 12:04:39 +0100 Subject: web interface --- templates/_base.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/_base.html (limited to 'templates/_base.html') diff --git a/templates/_base.html b/templates/_base.html new file mode 100644 index 0000000..b5826b2 --- /dev/null +++ b/templates/_base.html @@ -0,0 +1,35 @@ + + + + + {% block head %} + + {% block title %}{% endblock %} - booksearch + + {% endblock %} + + + + +
+
+ {% block content %}{% endblock %} +
+ + -- cgit v1.2.1