{#-
View icons keyed by view id — the presentation half of shell.NAV_SECTIONS.
One macro so the sidebar loop, the landing launcher, and any future
chrome render the same glyph for the same view (``size`` in px, 16 =
the sidebar default).
-#}
{% macro svg(name, size=16) -%}
{%- if name == "workspaces" -%}
{%- elif name == "projects" -%}
{%- elif name == "graph" -%}
{%- elif name == "history" -%}
{%- elif name == "tokens" -%}
{%- elif name == "chains" -%}
{%- elif name == "health" -%}
{%- elif name == "memory" -%}
{%- elif name == "knowledge" -%}
{%- elif name == "wiki" -%}
{%- elif name == "tasks" -%}
{%- elif name == "embeddings" -%}
{%- elif name == "settings" -%}
{%- endif -%}
{%- endmacro %}