[MERGE] callback2deferred session.rpc
[odoo/odoo.git] / doc / _themes / flask_small / layout.html
1 {% extends "basic/layout.html" %}
2 {% block header %}
3   {{ super() }}
4   {% if pagename == 'index' %}
5   <div class=indexwrapper>
6   {% endif %}
7 {% endblock %}
8 {% block footer %}
9   {% if pagename == 'index' %}
10   </div>
11   {% endif %}
12 {% endblock %}
13 {# do not display relbars #}
14 {% block relbar1 %}{% endblock %}
15 {% block relbar2 %}
16   {% if theme_github_fork %}
17     <a href="http://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
18     src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
19   {% endif %}
20 {% endblock %}
21 {% block sidebar1 %}{% endblock %}
22 {% block sidebar2 %}{% endblock %}