A booklet turns multiple snippets into a multi-page document published at a public URL. One snippet acts as the root — the layout shell with navigation. The others are pages — each rendered at its own URL.
In the Booklet snippet tree, add existing snippets as pages. Select any page node to set:
intro → /my-booklet/intro).Open the root snippet in the HTML editor. On any <a> element, enable the booklet link field group:
href automatically.id of a div in the root layout. When the link is clicked (editor preview) or the page loads (published), the selected page's content is injected into that div.From the booklet settings (select the root icon in the tree), click Publish booklet. This uploads all snippets as public and registers a URL for every page.
When Render pages within booklet shell is enabled, each child page loads wrapped in the root layout with its content injected into the target div.