{% extends "base.html" %}
{% block styles %}
{{ super() }}
{% endblock %}
{# Keep the MathJax setup shared by all documentation pages. Loading it after
Material's own scripts makes document$ available for instant navigation. #}
{% block scripts %}
{{ super() }}
{% endblock %}