]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/_templates/layout.html
4e231dc7119607ca53e367074aa040575504a933
[neurodebian.git] / sphinx / _templates / layout.html
1 {% extends "!layout.html" %}
2
3 {% block extrahead %}
4   <meta name="keywords" content="debian, neuroscience">
5 {% endblock %}
6
7 {% block rootrellink %}
8   <li><a href="http://www.debian.org" target="_blank">Debian</a> |&nbsp;</li>
9   <li><a href="{{ pathto('index') }}">Neuroscience Repository</a> &raquo;</li>
10   <li><a href="{{ pathto('genindex') }}">Package list</a></li>
11 {% endblock %}
12
13 {% block sidebar1 %}
14 {{ sidebar() }}
15 {% endblock %}
16
17 {% block sidebar2 %}
18 {{ sidebar() }}
19 {% endblock %}