{% if (config.theme.icon and config.theme.icon_light) and ((config.theme.icon | file_exists) or (config.theme.icon | is_http_url)) and ((config.theme.icon_light | file_exists) or (config.theme.icon_light | is_http_url)) %}
{% include "components/icon.html" %}
{% else %} {% include "components/icon.html" %} {% endif %} {% if config.theme.show_title %} {{ config.site_name | lower }} {% endif %}
{% if config.theme.topbar_sections %} {% include "templates/header_navigation.html" %} {% endif %}
{% include "templates/search.html" %}
{% if config.repo_url %}
{% if config.theme.show_stargazers %} {% endif %} {% endif %}