From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- templates/base.html | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 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 00000000..507e8abb --- /dev/null +++ b/templates/base.html @@ -0,0 +1,84 @@ + + + + {% block title %}Arch Linux{% endblock %} + + + + + {% block head %} + {% endblock %} + + +
+
+ +
Arch Linux
+
+
+ {% if not user.is_anonymous %} + Logged in as {{ user.username }}. + Logout + {% endif %} +
+ + {% block ads %} + {% if not user.is_anonymous %} + + {% else %} +
+ + + {% endif %} +
+ {% endblock %} +
+
+ {% block content %} +
+ {% block content_right %} + {% endblock %} +
+
+ {% block content_left %} + {% endblock %} +
+ {% endblock %} +
+
+ Copyright © 2002-2007, Judd Vinet <jvinet@zeroflux.org>

+ Arch Linux +
+ + -- cgit v1.2.3