{% if page %} {% set meta = page %} {% else %} {% set meta = section %} {% endif %} {% if "/docs/" in current_path %} {% set docs_style = "text-text pointer-events-none" %} {% else %} {% set docs_style = "text-neutral-300" %} {% endif %}
{% include "logo.html" %}
{{ config.extra.version }}
{% include "header/menu.html" %} {% if "/docs/" in current_path %} {% include "breadcrumb.html" %} {% endif %}