{%comment%}{%endcomment%} {% assign lang = site.data.languages[page.language] %} {% unless page.disable_search %} {% endunless %} Skip to content {% include logo.html %} {% include .icons/material/menu.svg %} {{ site.title }} {{ page.title }} {% if site.theme_palette.options %} {% for idx in (0..config.theme.palette.options.size) %} {% assign option = config.theme.palette.options[idx] %} {% assign primary = option.primary | replace: " ", "-" | lower %} {% assign accent = option.accent | replace: " ", "-" | lower %} {% if option.toggle %} {% capture icon %}.icons/{{option.toggle.icon}}.svg{% endcapture %} {%comment%}{% include {{ icon }} %}{%endcomment%} {% endif %} {% endfor %} {% endif %} {% if site.extra.alternate %} {% if site.theme_icon.alternate %} {% assign icon = config.theme.icon.alternate %} {% else %} {% assign icon = "material/translate" %} {% endif %} {% capture icon %}.icons/{{icon}}.svg{% endcapture %} {%comment%}{% include {{icon}} %}{%endcomment%} {% for alt in site.extra.alternate %} {{ alt.name }} {% endfor %} {% endif %} {% unless page.disable_search %} {% include .icons/material/magnify.svg %} {% include search.html %} {% endunless %} {% if site.repo_url %} {% include source.html %} {% endif %}