doc/book/en/standard_theme/layout.html
branchstable
changeset 5258 9ff357e82e36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/standard_theme/layout.html	Wed Apr 14 16:57:55 2010 +0200
@@ -0,0 +1,13 @@
+{% extends "basic/layout.html" %}
+
+{% block header %}
+<div class="header">
+ <a href="http://www.cubicweb.org">
+  <img alt="cubicweb logo" src="{{ pathto('_static/cubicweb.png', 1) }}"/>
+ </a>
+</div>
+{% endblock %}
+
+{# puts the sidebar into "sidebar1" block i.e. before the document body #}
+{% block sidebar1 %}{{ sidebar() }}{% endblock %}
+{% block sidebar2 %}{% endblock %}