mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
5 lines
194 B
HTML
5 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 %}
|