File: layout.html

package info (click to toggle)
sphinx 1.1.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,472 kB
  • sloc: python: 26,866; makefile: 408; perl: 266; sh: 78; 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 %}