Left Sidebar
Overview
The left sidebar is a secondary navigation area displayed to the left of the main content. It is ideal for navigation menus, filters or categories.
Use Cases
- Back-office: vertical navigation menu with sections (Users, Products, Orders...)
- Blog: list of categories, archives, popular tags
- Documentation: table of contents, chapter navigation
- E-commerce: search filters (price, category, brand)
Configuration
The left sidebar is enabled/disabled from the General tab of the domain (Template Options). Its width and responsive behavior are configured via the CSS properties of the blocks.
Responsive
On mobile, the left sidebar is generally hidden and accessible via a hamburger button. Use Tailwind classes hidden md:block to manage this transition.
Building
The sidebar is built in the Dev Panel like the header and footer. All block types are available. For a dynamic menu, use a menu block linked to the page tree.

