{# Inline SVG icon set — no external files, no text nodes. Text-node-free on purpose: E2E tests read `textContent` of nav links to assert the translated label, so icons must contribute no characters. Usage: {% import "partials/icons.html" as ico %} → {{ ico.i('printer') }} #} {% macro i(name, size=16) -%} {%- set s = size -%} {%- endmacro %}