{# Directory-picker fragment served by GET /api/fs/browse and POST /api/fs/mkdir. HTMX replaces #fs-browser-body on every navigation step, so the shell (modal scaffolding) lives in submit.html and never re-renders. #}
{{ current }}
{{ mkdir_error }}
{% elif mkdir_ok %}created {{ mkdir_ok }}
{% endif %}