{% extends "!base.html" %} {# furo's page.html extends base.html directly (not layout.html), so the global goes here to reach every page. #} {% block extrahead %} {{ super() }} {% endblock %}