{# Ensure MkDocs/Material will render the custom homepage template by providing `index.html` in the theme overrides. It simply extends the existing `home.html` which contains the custom hero and layout. #} {% extends "home.html" %} {% block content %} {{ super() }} {% endblock %}