{% extends "base.html" %} {%- block styles -%} {{ super() }} {# append our extra stylesheets to the styles from mkdocs-material #} {%- endblock -%} {%- block extracopyright %} {# add our acknowledgements partial immediately below the copyright statement #} {% include "partials/acknowledgements.html" %} {% endblock %}