docs/theme/base.html
{#- Lance Docs custom theme — shared skeleton: head, header, footer, scripts. -#} {%- macro first_url(item) -%} {%- if item.is_link or item.is_page -%} {{- item.url -}} {%- elif item.children -%} {{- first_url(item.children[0]) -}} {%- endif -%} {%- endmacro -%}
{% if page and page.title and not page.is_homepage %}{{ page.title }} — {{ config.site_name }}{% else %}{{ config.site_name }} — The open lakehouse format for multimodal AI{% endif %} {% if page and page.meta and page.meta.description %}{% elif config.site_description %}{% endif %} {% if page and page.canonical_url %}{% endif %} {% block container %}{% endblock %}
Esc