File: layout.html

package info (click to toggle)
pyregion 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,764 kB
  • sloc: python: 1,738; makefile: 126; ansic: 104
file content (18 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "!layout.html" %}


{% block rootrellink %}
        <li><a href="{{ pathto('index') }}">pyregion documentation</a>|&nbsp;</li>
{% endblock %}


{% block relbar1 %}

{{ super() }}
{% endblock %}

{# put the sidebar before the body #}

{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}