{% extends "base.html" %} {# Bifrost MkDocs Theme A custom theme that extends Material for MkDocs while implementing Intility's Bifrost design system. #} {% block htmltitle %} {% if page.title and not page.is_homepage %}{{ page.title | striptags }} - {% endif %}{{ config.site_name }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block extrahead %} {# Apply Bifrost classes based on Material's palette configuration #} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}