dope: public pages join the builder, plus a dopetest target #39
Loading…
Reference in a new issue
No description provided.
Delete branch "public-pages-builder"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
/fest/multifora2026 still showed a bare
←: the fest index and a fest's own page were the last hand-writtenhtml/templatestrings in dope, so the breadcrumb migration never reached them. They are ordinary builder pages now — the samepublictopbar,festgroupbuckets and list rows as the host landing — and the per-page.fest-row*rules go with them.The one thing blocking that was a fest's description, which is markdown the server has already rendered. The engine gains
ui.Raw: a node printed verbatim that the parser cannot produce, so only the typed builder can and the provenance stays visible at the call site.deploy.pyalso gains adopetesttarget and dope ajust deploy-staging, so staging stops being a manual step.