File: layout.html

package info (click to toggle)
pyevolve 0.6~rc1%2Bsvn398%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,060 kB
  • ctags: 832
  • sloc: python: 5,119; xml: 183; sh: 71; makefile: 38
file content (15 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "!layout.html" %}

{% block extrahead %}
{% endblock %}

{% block sidebarlogo %}
{% endblock %}

{% block document %}
{{ super() }}
{% endblock %}

{% block sidebarsearch %}
{{ super() }}
{% endblock %}