{# 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 %} {% 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 #} {% 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
{% include "components/header.html" %}
{% if theme_show_breadcrumbs == "true" %}
{% include "components/breadcrumbs.html" %}
{% endif %} {% if theme_show_reading_time == "true" and lumina_reading_time is defined %} {{ lumina_icon("clock", size=14) }} {{ lumina_reading_time }} min read {% endif %}
{% block body %} {% endblock body %}
{% if theme_show_prev_next == "true" %}
{% include "components/footer.html" %}
{% endif %}
{% if theme_show_toc == "true" %} {% endif %}
{% if theme_show_back_to_top == "true" %} {% endif %} {% include "components/search-modal.html" %} {% if theme_image_lightbox == "true" %} {% endif %} {%- endblock %} {% block footer %} {% endblock footer %} {%- block scripts %}{{ super() }}{%- endblock %}