doc/book/en/standard_theme/layout.html
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Jun 2013 16:01:59 +0200
changeset 9456 a79e88aad555
parent 5258 9ff357e82e36
permissions -rw-r--r--
[multi-sources-removal] Kill repo.sources there is only the system source in there now! Related to #2919300

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