Generate Page Layout
bs_generate_layoutGenerates a complete Bootstrap 5 page layout (dashboard or full-page) ready to paste into Bootstrap Studio.
Instructions
Generate a complete Bootstrap 5 page layout structure that can be pasted into Bootstrap Studio.
Available layouts: dashboard, full-page
Args:
layout (string): Layout type to generate
description (string, optional): Context about the layout's purpose
Returns: Complete HTML layout with Bootstrap grid system and components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout | Yes | Layout type. Available: dashboard, full-page | |
| description | No | Optional description for the layout |