The HTML shell page served on the first GET of a mounted flow.
The shell is effectively empty: a <div id="root"> placeholder
plus a data-init that opens the long-lived SSE stream. Once the
browser connects, every UI patch arrives through that stream — so
this namespace knows nothing about components or rendering.
The HTML shell page served on the first GET of a mounted flow. The shell is effectively empty: a `<div id="root">` placeholder plus a `data-init` that opens the long-lived SSE stream. Once the browser connects, every UI patch arrives through that stream — so this namespace knows nothing about components or rendering.
(html cid dev?)Render the shell document for cid. When dev? is true (server
started with :halos? true), inject the halos overlay script and the
data-stube-cid hook so the floating pill can activate the overlay.
Render the shell document for `cid`. When `dev?` is true (server started with `:halos? true`), inject the halos overlay script and the `data-stube-cid` hook so the floating pill can activate the overlay.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |