{# arc-007 S1 (T-1988): Appearance picker — 6 presets + foundation axes. Fragment (rendered inside _wrapper.html → base.html). #}
Presets
{% for pid, p in presets.items() %} {# T-2033 F4a: presets no longer carry a nav layout — nav is an independent axis (human decision 2026-05-24). Picking a preset must not move the sidebar/rail. #} {% endfor %}
Mode
{% for m in modes %} {% endfor %}
Palette
{% for pal in palettes %} {% endfor %}
Typography
{% for t in types %} {% endfor %}
Density
{% for d in densities %} {% endfor %}
Layout

How the navigation is arranged. Sidebar & rail are desktop layouts; on small screens all fall back to the menu.

{% set nav_labels = {'topbar': 'Top bar', 'sidebar': 'Sidebar', 'rail': 'Icon rail'} %} {% for n in nav_layouts %} {% endfor %}