{% 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 %} {% block styles %} {{ super() }} {% endblock %} {% block extrahead %} {%- if config.extra.version -%} {%- endif -%} {% endblock %}