{% include "templates/page.html" %}
{% include "templates/toc.html" %}
{% include "templates/seo.html" %} {% if config.theme.pygments_style %} {% endif %} {%- for path in config.extra_css %} {%- endfor %} {% 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 %}