{# v1.0.38: Settings, ordered by importance and collapsible. The page used to be one wall of cards in the order they were written, so the mail password sat at the bottom of the config editor and an operator had to scroll past every rarely-touched key to reach it. Sections are now ordered environment/secrets first, then account, site configuration, monitoring, notifications, storage, plugins, and finally the advanced/rarely-touched tools; each one collapses, remembers its state, and shows a one-line summary in its header so the page can be read without expanding anything. Collapsing is server-rendered on purpose: the header links push ``?open=`` into the address bar via HTMX and the server re-renders the sections from it (see settings_bp._open_sections). That keeps the state in the URL, in the session, and in the HTML itself, so it works with the router's innerHTML swaps - where an inline