From 0c27c95a9c55b82b2c7e5e90b885c87578e895d0 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 27 Jul 2013 09:32:03 +0200 Subject: move templates to dedup package They cluttered webapp.py and now vim can give proper highlighting for the templates. --- dedup/templates/base.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dedup/templates/base.html (limited to 'dedup/templates/base.html') diff --git a/dedup/templates/base.html b/dedup/templates/base.html new file mode 100644 index 0000000..4e49d47 --- /dev/null +++ b/dedup/templates/base.html @@ -0,0 +1,22 @@ + + + + {% block title %}{% endblock %} + + + + {% block header %}{% endblock %} + + +{% block content %} +{% endblock %} +
+

Details about this service

+ + + -- cgit v1.2.3