{% include "templates/dark.html" %} {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {% include "templates/seo.html" %} {%- if config.theme.favicon %} {%- else %} {%- endif %} {% if "codehilite" in config.markdown_extensions %} {% include "templates/pygments.html" %} {% endif %} {%- for path in config.extra_css %} {%- endfor %} {% if page.meta.extra_css %} {%- for path in page.meta.extra_css %} {%- endfor %} {% endif %} {% if "pymdownx.arithmatex" in config.markdown_extensions %} {% include "templates/katex.html" %} {% endif %} {% if "shadcn.extensions.echarts.alpha" in config.markdown_extensions %} {% include "templates/echarts.html" %} {% endif %} {% if "shadcn/excalidraw" in config.plugins and is_dev_server %} {% include "templates/excalidraw.html" %} {% endif %}
{% include "templates/header.html" %}
{% include "templates/page.html" %} {% include "templates/bottom_navigation.html" %} {% include "templates/bottom_sidebar.html" %}
{% include "templates/footer.html" %}
{%- for script in config.extra_javascript %} {% include "templates/script.html" %} {%- endfor %} {% if page.meta.extra_javascript %} {%- for script in page.meta.extra_javascript %} {% include "templates/script.html" %} {%- endfor %} {% endif %} {% if config.theme.show_stargazers %} {% endif %} {% if "mkdocstrings" in config.plugins %} {% endif %}