doc/book/en/standard_theme/layout.html
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 29 Jul 2014 14:40:29 +0200
branchstable
changeset 9980 91fbd3111828
parent 5258 9ff357e82e36
permissions -rw-r--r--
Almost backout afcd46716d6a which breaks _select_best raising an ambiguity exception in debug mode. The problem is, before afcd4, *tests* ran in debug mode and we want this (e.g. we want to show, rather than swallow, select ambigüities). We juste replace the bogus __init__(vreg.config) by __init__(True), which is practically equivalent and also much more clear.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5258
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     1
{% extends "basic/layout.html" %}
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     2
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     3
{% block header %}
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     4
<div class="header">
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     5
 <a href="http://www.cubicweb.org">
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     6
  <img alt="cubicweb logo" src="{{ pathto('_static/cubicweb.png', 1) }}"/>
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     7
 </a>
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     8
</div>
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     9
{% endblock %}
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    10
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    11
{# puts the sidebar into "sidebar1" block i.e. before the document body #}
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    12
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
9ff357e82e36 [doc/book] add a better standard theme
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    13
{% block sidebar2 %}{% endblock %}