File: layout.html

package info (click to toggle)
sparse 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,060 kB
  • sloc: ansic: 43,155; sh: 551; python: 300; perl: 293; makefile: 272
file content (8 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
{% extends "!layout.html" %}
{% block menu %}
    {{ super() }}
    <p class="caption"><span class="caption-text">Index</span></p>
    <ul>
    <li class="toctree-l1"><a class="reference internal" href="{{ pathto('genindex') }}">Index</a></li>
    </ul>
{% endblock %}