]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/base-1.html
Import of new website.
[ipfire.org.git] / www / templates / base-1.html
diff --git a/www/templates/base-1.html b/www/templates/base-1.html
new file mode 100644 (file)
index 0000000..f3ad838
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block columns %}
+       <div id="columns1_primary">
+               <div id="columns1_columnA">
+                       {% block content %}{% end block %}
+                       <br class="clear" />
+               </div>
+       </div>
+{% end block %}