{% extends "base.html" %} {# Bifrost MkDocs Theme A custom theme that extends Material for MkDocs while implementing Intility's Bifrost design system. Theme-sync behaviour lives in `assets/javascripts/bifrost-theme.js`, injected via the plugin. #} {% block htmltitle %} {% if page.title and not page.is_homepage %}{{ page.title | striptags }} - {% endif %}{{ config.site_name }} {% endblock %} {# Demote Material into a low-priority cascade layer. bifrost-layers.css declares the layer order (material < bifrost-framework < bifrost-overrides) and re-imports Material's CSS into the `material` layer, so our overrides win without a specificity war. The plugin generates it and serves it as a real (not inline