{% extends "base.html" %} {% block extrahead %} {% endblock %} {# This removes all material-mkdocs js files (therefore disabling the search bar, repo info, etc.), because they are overriden by the following code. This is working as intended, since this also makes the page load faster. #} {% block scripts %} {% endblock %}