]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/combo/page_template_full_width.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / combo / page_template_full_width.html
diff --git a/panikweb/templates/combo/page_template_full_width.html b/panikweb/templates/combo/page_template_full_width.html
new file mode 100644 (file)
index 0000000..4b3239f
--- /dev/null
@@ -0,0 +1,23 @@
+{% extends "base.html" %}
+{% load combo %}
+
+{% block title %}{{ page.title }}{% endblock %}
+
+{% block toptitle %}
+<h1 class="top fullwidth">{{ page.title }}</h1>
+{% endblock %}
+
+{% block nav %}
+<div id="About">
+</div>
+{% endblock %}
+
+{% block main %}
+
+<div class="wrapper">
+       <div id="fiber-content">
+               <div class="text">{% placeholder "content" %}</div>
+       </div>
+</div>
+
+{% endblock %}