Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / doc / .templates / page.html
1 {% extends "!page.html" %}
2 {% block body %}
3 {% if pagename == 'index' %}
4 {% include "index.html" %}
5 {% else %}
6 {{ super() }}
7 {% endif %}{% endblock %}