mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
4 lines
256 B
HTML
4 lines
256 B
HTML
{% extends "!layout.html" %}
|
|
{% block rootrellink %}
|
|
<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>
|
|
{% endblock %}
|