{# Modified page layout. Refer to https://bashtage.github.io/sphinx-material/customization.html#customizing-the-layout. #}
{% extends '!layout.html' %}
{%- block extrahead %}
{# Adds custom things to the head HTML tag. #}
{# First call parent block #}
{{ super() }}
{# Open Graph #}
{# Currently, there is no description available. #}
{# #}
{%- endblock %}