{# SPDX-License-Identifier: Apache-2.0 OR MIT #}
{% block title %}{{ page.title | default("Untitled") }}{% if site.title %} — {{ site.title }}{% endif %}{% endblock %}
{% if page.description %}
{% endif %} {% if page.keywords %}
{% endif %} {% if site.base_url %}
{% endif %} {% block head_extra %}{% endblock %}
Skip to main content
{% block header %}
{% block nav %}
{{ site.name | default("Home") }}
{% endblock %}
{% endblock %}
{% block content %}{% endblock %}
{% block footer %} {% endblock %}