Developer docs  /  Themes

Recipe: a page an admin can manage

Use this when the marketing team wants a page they can edit themselves.

  1. Visual builder → Pages panel → Create page → title "Storage tips" (slug storage-tips is derived).
  2. The new CMS page joins the page picker immediately. Open it and Add section — any section from the catalogue (Text block, FAQs, image with text…). Its stored section list is keyed by the page slug.
  3. Add a menu link: Header → Main menu → Add link, pick the page from the page dropdown (or enter /storage-tips).
  4. Save. The page renders at /t/storage-tips through templates/page.fluid (generic CMS template with the standard section loop).

That's the whole flow — no files, no deploys.