From 4347c2947834fe7f2edf2b457b2d513454fc6a03 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:30 +0800 Subject: initiliaze git rep --- templates/base_content.html | 75 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 templates/base_content.html (limited to 'templates/base_content.html') diff --git a/templates/base_content.html b/templates/base_content.html new file mode 100644 index 00000000..7fec09ed --- /dev/null +++ b/templates/base_content.html @@ -0,0 +1,75 @@ + + + + {% block title %}{% endblock %} - CNProg.com 程序员问答社区 + + + + + {% spaceless %} + {% block forestyle %}{% endblock %} + {% endspaceless %} + + + + + + + {% with request.user.get_messages as messages%} + {% if messages %} + + + {% endif %} + {% endwith %} + + {% block forejs %} + {% endblock %} + + + + {% include "header.html" %} +
+
+
+ {% block content%} + {% endblock%} + +
+
+ {% block tail %} + {% endblock %} +
+
+
+
+ {% include "footer.html" %} + {% block endjs %} + {% endblock %} + + -- cgit v1.2.3-1-g7c22