doc/book/en/standard_theme/layout.html
author Julien Jehannet <julien.jehannet@logilab.fr>
Wed, 05 Jan 2011 11:09:51 +0100
branchstable
changeset 6776 eebe86b89285
parent 5258 9ff357e82e36
permissions -rw-r--r--
[tests] use TextTestRunner from unittest, no more need to use SkipAwareTextRunner from lgc.testlib (which doesn't exist anymore in recent releases

{% 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 %}