{# 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 %}
{# TACC: #}{# To know whether logo is an SVG #}
{% set logo_is_svg = '.svg' in config.theme.logo|lower %}
{# /TACC #}
{%- if config.theme.logo %}
{# TACC: #}{# To provide accessible text (if
becomes