{# Master layout for the Lumina theme. Inherits from basic/layout.html but overrides nearly everything. #} {% extends "basic/layout.html" %} {%- block doctype -%} {%- endblock -%} {% block extrahead %} {% if not favicon_url %} {% if lumina_logo_icon_favicon is defined and lumina_logo_icon_favicon %} {% else %} {% endif %} {% endif %} {% if lumina_seo_enabled %} {% if lumina_seo_noindex %}{% endif %} {% if lumina_seo_description %}{% endif %} {% if lumina_seo_keywords %}{% endif %} {% if lumina_seo_theme_color %}{% endif %} {% if lumina_seo_description %}{% endif %} {% if lumina_seo_page_url %}{% endif %} {% if lumina_seo_og_image %} {% if lumina_seo_og_image_alt %}{% endif %} {% if lumina_seo_og_image_width %} {% endif %} {% if lumina_seo_og_image_height %} {% endif %} {% endif %} {% if lumina_seo_description %}{% endif %} {% if lumina_seo_og_image %}{% endif %} {% if lumina_seo_twitter_site %}{% endif %} {% if lumina_seo_breadcrumb_jsonld %} {% endif %} {% if lumina_seo_article_jsonld %} {% endif %} {% if lumina_seo_website_jsonld %} {% endif %} {% endif %} {# Prevent flash of wrong theme. When ``dark_mode_default`` is "light" or "dark", that mode wins over the OS preference until the reader picks an explicit theme; theme-toggle.js reads the same default from ``data-theme-default``. #} {% if lumina_wide_layout %} {% endif %} {% if theme_api_base_url %} {% endif %} {% if theme_try_it_out == "false" %}{% endif %} {% if theme_code_wrap_toggle != "false" %} {% endif %} {% if theme_image_lightbox == "true" %}{% endif %} {% if theme_accent_color != "#10b981" %} {% endif %} {% if announcement_content is defined and announcement_content %} {% endif %} {% if has_llms_txt %} {% endif %} {% endblock extrahead %} {% block header %} {% endblock header %} {% block relbar1 %} {% endblock relbar1 %} {% block relbar2 %} {% endblock relbar2 %} {%- block content %} Skip to content