File: layout.html

package info (click to toggle)
python-rich-rst 1.3.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,508 kB
  • sloc: python: 712; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
{% extends "!layout.html" %}

  {% block menu %}
    {{ super() }}
    <a href="genindex.html">Index</a>
  {% endblock %}