]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/combo/page_template_about.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / combo / page_template_about.html
diff --git a/panikweb/templates/combo/page_template_about.html b/panikweb/templates/combo/page_template_about.html
new file mode 100644 (file)
index 0000000..40c46a6
--- /dev/null
@@ -0,0 +1,33 @@
+{% extends "base.html" %}
+{% load combo %}
+
+{% block title %}{{ page.title }}{% endblock %}
+
+{% block toptitle %}
+<h1 class="top">À propos</h1>
+{% endblock %}
+
+{% block nav %}
+<div id="About">
+<div class="mainSub">
+           <nav class="distributed">
+                   {% show_menu 0 %}
+           </nav>
+</div>
+</div>
+{% endblock %}
+
+{% block main %}
+
+<div class="wrapper navigation">
+       <div id="fiber-content" class="leftPart">
+               <h2 class="title">{{ page.title }}</h2>
+
+               <div class="text">{% placeholder "content" %}</div>
+       </div>
+       <div id="fiber-nav" class="sub rightPart custom marged">
+               {% block menu %}{% show_menu 1 depth=2 %}{% endblock %}
+       </div>
+</div>
+
+{% endblock %}