{#
#} {#
#}
{#
#} {#
#} {%- for path in config.extra_css %}
{%- endfor %}
{% include "templates/header.html" %}
{% include "templates/page.html" %}
{% include "templates/toc.html" %}
{%- for script in config.extra_javascript %} {%- if script.path %} {# Detected MkDocs 1.5+ which has `script.path` and `script_tag` #} {{ script | script_tag }} {%- else %} {# Fallback - examine the file name directly #} {%- endif %} {%- endfor %}