{% extends "sphinx_book_theme/layout.html" %}
{% block css %}
{{ super() }}
{% include "ou-head.html" %}
{% endblock %}
{% block body_tag %}
{{ super() }}
{% include "ou-header.html" %}
{% endblock %}
{% block footer %}
{{ super() }}
{% include "ou-footer.html" %}
{% endblock %}