Files
sphinx/tests/roots/test-templating/_templates/layout.html
T

7 lines
109 B
HTML

{% extends "!layout.html" %}
{% block extrahead %}
<!-- layout overloading -->
{{ super() }}
{% endblock %}