doc/book/en/standard_theme/layout.html
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 17 Jun 2010 16:57:24 +0200
changeset 5780 07c1d64dff34
parent 5258 9ff357e82e36
permissions -rw-r--r--
[qunit] check that the browser has not died by himself before we asked him to stop.

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