Georg Brandl | e757005 | 2008-05-03 20:52:18 +0000 | [diff] [blame] | 1 | {% extends "!layout.html" %} |
2 | {% block rootrellink %} | ||||
Benjamin Peterson | f10a79a | 2008-10-11 00:49:57 +0000 | [diff] [blame^] | 3 | <li><img src="{{ pathto('_static/py.png', 1) }}" alt="" style="vertical-align: middle; margin-top: -1px"/></li><li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li> |
Georg Brandl | e757005 | 2008-05-03 20:52:18 +0000 | [diff] [blame] | 4 | {% endblock %} |