doc/book/en/standard_theme/layout.html
branchstable
changeset 5258 9ff357e82e36
equal deleted inserted replaced
5257:a31fbcfa8c3b 5258:9ff357e82e36
       
     1 {% extends "basic/layout.html" %}
       
     2 
       
     3 {% block header %}
       
     4 <div class="header">
       
     5  <a href="http://www.cubicweb.org">
       
     6   <img alt="cubicweb logo" src="{{ pathto('_static/cubicweb.png', 1) }}"/>
       
     7  </a>
       
     8 </div>
       
     9 {% endblock %}
       
    10 
       
    11 {# puts the sidebar into "sidebar1" block i.e. before the document body #}
       
    12 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
       
    13 {% block sidebar2 %}{% endblock %}