mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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 %}
|