File: layout.html

package info (click to toggle)
sphinx 1.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,976 kB
  • ctags: 4,993
  • sloc: python: 30,362; makefile: 299; perl: 272; sh: 104; xml: 10; ansic: 1
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (74)
1
2
3
4
5
{% extends "basic/layout.html" %}
{% block extrahead %}
<meta name="testopt" content="{{ theme_testopt }}" />
{{ super() }}
{% endblock %}