File: layout.html

package info (click to toggle)
python-blessed 1.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,296 kB
  • sloc: python: 7,215; makefile: 13; sh: 7
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
{% extends "!layout.html" %}
  {% block footer %} {{ super() }}

  <style>
    .wy-nav-content { max-width: 900px; }
  </style>

{% endblock %}