{% if color_mode == "both" %} {% elif color_mode == "dark" %} {% endif %}
{{ page_title }} — {{ project_name }}
{% if meta_description %}
{% endif %} {% if meta_author %}
{% endif %} {% if meta_date %}
{% endif %}
{% if canonical_url %}
{% endif %} {% if available_locales | length > 0 %} {% for locale in available_locales %} {% if locale.has_page %}
{% endif %} {% endfor %} {% if x_default_url %}
{% endif %}
{% for locale in available_locales %} {% if not locale.is_current and locale.has_page %}
{% endif %} {% endfor %} {% endif %} {% if css_overrides %} {% endif %} {% if favicon_path %}
{% endif %} {% if custom_css %} {% endif %} {% block head %}{% endblock %} {% block header %}
{% if logo_path %}
{% endif %}
{{ project_name }}
{% if search_enabled %}
Search...
/
{% endif %} {% if available_locales | length > 0 %}
{{ current_flag | default(value="🌐") }}
{{ current_locale | default(value="en") | upper }}
{% for locale in available_locales %}
{{ locale.flag }}
{{ locale.display_name }}
{% endfor %}
{% endif %} {% if color_mode == "both" %}
{% endif %}
{% endblock %} {% block sidebar %}
{{ nav_html | safe }}
{% endblock %}
{% block content %} {{ content | safe }} {% endblock %} {% if prev_page or next_page %}
{% if prev_page %}
Previous
{{ prev_page.title }}
{% else %}
{% endif %} {% if next_page %}
Next
{{ next_page.title }}
{% endif %}
{% endif %} {% block footer %} {% endblock %}
{% if search_enabled %}
Esc
{% endif %} {% block scripts %} {% endblock %} {% if mermaid_enabled %} {% endif %} {% if live_reload %} {% endif %}