{# https://github.com/mkdocs/mkdocs/blob/1.4.2/mkdocs/themes/readthedocs/base.html #} {# All changes must start and end with comments " TACC: " and " /TACC " #} {%- extends "base.html" %} {%- block styles %} {# TACC: #}{# To load TACC stylesheet #} {# /TACC #} {%- if config.theme.highlightjs %} {# TACC: #}{# To load newest HighligtJS, different theme, in layer #} {# #} {# /TACC #} {%- endif %} {%- for path in extra_css %} {%- endfor %} {%- endblock %} {%- block libs %} {% if page %} {% endif %} {# TACC: #}{# To load newest HighlightJS, reduce footprint, add aliases #} {%- if config.theme.highlightjs %} {%- endif %} {# /TACC #} {%- endblock %} {%- block site_name %} {%- if config.theme.logo %} {# TACC: #}{# To provide accessible text (in case becomes ) #} {# FAQ: swapImgSvgWithRawSvg.js does not preserve `title` attribute #} {# /TACC #} {%- else %} {{ config.site_name }} {%- endif %} {%- if config.theme.logo %} {# TACC: #}{# To add site name to accessible text #} {# /TACC #} {%- endif %} {# TACC: #}{# To add a secondary name to the navigation #} {%- if config.theme.nav_name %}

{{ config.theme.nav_name }}

{%- endif %} {%- if config.theme.cms_url %} {{ config.theme.cms_name }} {%- endif %} {# /TACC #} {%- endblock %} {% block content %} {# TACC: #}{# To wrap page with an id #}{# HELP: Add id to instead #}
{{ page.content }}
{# /TACC #} {% endblock %} {%- block scripts %} {# TACC: #}{# To provide specific config data to scripts #} {%- if config.theme.nav_redirects %} {%- endif %} {# /TACC #} {# TACC: #}{# To also load TACC scripts but NOT add `.docutils` to tables #} {# /TACC #} {%- for path in extra_javascript %} {# TACC: #}{# Implicitly use `type="module"` for ES modules #} {% if path.endswith('.module.js') or path.endswith('.mjs') %} {% else %} {% endif %} {# /TACC #} {%- endfor %} {%- endblock %}