{%- include "brand-logo.html" %}
{% include "components/headnav-items.html" %}
  • {% include "search-button.html" %}
  • dark_mode
  • {% if theme_header_icons -%} {% for icon_dict in theme_header_icons -%}
  • {% if icon_dict.class %} {% elif icon_dict.material_icons %} {{ icon_dict.material_icons }} {% elif icon_dict.fontawesome %} {% elif icon_dict.image %} {% endif %}
  • {% endfor %} {% endif %}
  • {%- include "search-button.html" %}
  • dark_mode