assemble_page
Combine Bootstrap UI components into complete HTML pages by specifying component order and layout options.
Instructions
Assemble multiple components into a complete HTML page. Provide component IDs/slugs in the order they should appear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | Array of component IDs or slugs in display order | |
| layout | No | Optional layout component ID to wrap the content | |
| includeAssets | No | Include CSS/JS links in a full HTML document (default: true) |