File: layout.html

package info (click to toggle)
pytest 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,564 kB
  • sloc: python: 16,243; makefile: 162; sh: 68
file content (9 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
5
6
7
8
9
{% extends "!layout.html" %}

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

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