From 2909dc657a865b3bf35707fa4599ecab0bfe3b8f Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 30 Dec 2011 00:06:08 +0100 Subject: add templates and first view for news --- sublab_project/templates/base.html | 151 +++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) (limited to 'sublab_project/templates/base.html') diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index e69de29..2c71ff7 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -0,0 +1,151 @@ + + + + + {% block title %}sublab - Ein Hackerspace in Leipzig{% endblock %} + + + + + {% if meta_date %}{% endif %} + + {# #} + {# #} + + + + + + + + + +
+
+ + + +
+

+ [ mate und technik ] +

+

+ Das sublab - ein Hackerspace in Leipzig +

+
+ + + +
+ +

+ Statusdisplay +

+
+
+ + + + + + + + + + + + + +
+ Taifun: + + Online  Offline +
+ Trieste: + + Online  Offline +
+ Nautilus: + + Online  Offline +
+
+
+

+ {% block motd %} + sublab website - jetzt mit Django + {% endblock %} +

+
+ Webcam im Fenster +
+ Temperaturen im sublab +
+

+ Mitglied werden +

+
+ +
+ {% block content %} + This is where the content would be. + {% endblock %} +
+
+ + + +
+
+ + + -- cgit v1.2.1