{#- This file was automatically generated - do not edit -#} {% import "partials/language.html" as lang with context %} {% set palette = config.theme.palette %} {% set font = config.theme.font %} {% block site_meta %} {% if page and page.meta and page.meta.description %} {% elif config.site_description %} {% endif %} {% if page and page.meta and page.meta.redirect %} {% elif page.canonical_url %} {% endif %} {% if page and page.meta and page.meta.author %} {% elif config.site_author %} {% endif %} {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} {{ page.meta.title }} {% elif page and page.title and not page.is_homepage %} {{ page.title | striptags }} - {{ config.site_name }} {% else %} {{ config.site_name }} {% endif %} {% endblock %} {% block styles %} {% if palette.primary or palette.accent %} {% endif %} {% if palette.primary %} {% import "partials/palette.html" as map %} {% set primary = map.primary( palette.primary | replace(" ", "-") | lower ) %} {% endif %} {% endblock %} {% block libs %}{% endblock %} {% block fonts %} {% if font != false %} {% endif %} {% endblock %} {% if config.extra.manifest %} {% endif %} {% for path in config["extra_css"] %} {% endfor %} {% block analytics %} {% if config.google_analytics %} {% include "partials/integrations/analytics.html" %} {% endif %} {% endblock %} {% block extrahead %}{% endblock %} {% set direction = config.theme.direction or lang.t('direction') %} {% if palette.primary or palette.accent %} {% set primary = palette.primary | replace(" ", "-") | lower %} {% set accent = palette.accent | replace(" ", "-") | lower %} {% else %} {% endif %}
{% if page.toc | first is defined %} {% set skip = page.toc | first %} {{ lang.t('skip.link.title') }} {% endif %}
{% if self.announce() %} {% endif %}
{% block header %} {% include "partials/header.html" %} {% endblock %}
{% block hero %} {% if page and page.meta and page.meta.hero %} {% include "partials/hero.html" with context %} {% endif %} {% endblock %} {% block tabs %} {% if "tabs" in config.theme.features %} {% include "partials/tabs.html" %} {% endif %} {% endblock %}
{% block site_nav %} {% if nav %}
{% include "partials/nav.html" %}
{% endif %} {% if page.toc %}
{% include "partials/toc.html" %}
{% endif %} {% endblock %}
{% block content %} {% if page.edit_url %} {% include ".icons/material/pencil.svg" %} {% endif %} {% block source %} {% if page and page.meta and page.meta.source %} {% include "partials/source-link.html" %} {% endif %} {% endblock %} {% if not "\x3ch1" in page.content %}

{{ page.title | default(config.site_name, true)}}

{% endif %} {{ page.content }} {% if page and page.meta %} {% if page.meta.git_revision_date_localized or page.meta.revision_date %} {% include "partials/source-date.html" %} {% endif %} {% endif %} {% endblock %} {% block disqus %} {% include "partials/integrations/disqus.html" %} {% endblock %}
{% block footer %} {% include "partials/footer.html" %} {% endblock %}
{% block scripts %} {%- set translations = {} -%} {%- for key in [ "clipboard.copy", "clipboard.copied", "search.config.lang", "search.config.pipeline", "search.config.separator", "search.result.placeholder", "search.result.none", "search.result.one", "search.result.other" ] -%} {%- set _ = translations.update({ key: lang.t(key) }) -%} {%- endfor -%} {% block config %}{% endblock %} {% for path in config["extra_javascript"] %} {% endfor %} {% endblock %}