blob: 60298719395de3366f91ebfc58fbfc79e23eeb54 [file] [log] [blame]
Georg Brandle7570052008-05-03 20:52:18 +00001{% extends "!layout.html" %}
2{% block rootrellink %}
Georg Brandlaf265f42008-12-07 15:06:20 +00003 <li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
4 style="vertical-align: middle; margin-top: -1px"/></li>
5 <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
6{% endblock %}
7{% block extrahead %}
8 <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
9{{ super() }}
Georg Brandle7570052008-05-03 20:52:18 +000010{% endblock %}