{% import "partials/icons.html" as icons with context %} {#- Top bar: mobile only in the docs layout, always present in the notebook layout. -#} {{ icons.menu() }} {%- include "partials/brand.html" %} {%- if fuma_nav_links %} {%- for link in fuma_nav_links %} {{ link.title }} {%- endfor %} {%- endif %} {%- if fuma_search %} {{ icons.search() }} {%- endif %} {%- if fuma_github_url %} {{ icons.github() }} {%- endif %} {{ icons.sun("fd-icon-light") }}{{ icons.moon("fd-icon-dark") }}