From 304198a85ad3941219a8e72c6b3efc1f3f6c1fcc Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Fri, 7 Jan 2011 09:38:48 +0530 Subject: Added base.htm; --- templates/base.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/base.html diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..65b8e6d --- /dev/null +++ b/templates/base.html @@ -0,0 +1,12 @@ + + + {% block title %}PyTasks{% endblock %} + {% block js_script %} {% endblock %} + + + +{% block content %} +

PyTasks

+{% endblock %} + + -- cgit