mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
6 lines
194 B
HTML
6 lines
194 B
HTML
|
|
{% extends "!layout.html" %}
|
||
|
|
{% block rootrellink %}
|
||
|
|
<li><img src="{{ pathto('_static/py.png', 1) }}" alt="" style="vertical-align: middle; margin-top: -1px"/></li>
|
||
|
|
{{ super() }}
|
||
|
|
{% endblock %}
|