File: layout.html

package info (click to toggle)
python-apt 0.9.3.11
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 3,024 kB
  • sloc: cpp: 9,274; python: 6,545; makefile: 106; sh: 16
file content (10 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
{% 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 %}
{% block extrahead %}
    <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
{{ super() }}
{% endblock %}