Right Sidebar

Overview

The right sidebar is a complementary area displayed to the right of the main content. It is generally used for widgets, contextual information or secondary actions.

Use Cases

  • Blog: recent articles, author, social sharing
  • E-commerce: cart, suggested products
  • Dashboard: summary statistics, notifications
  • Documentation: table of contents for the current page

Configuration

The right sidebar is enabled/disabled from the General tab of the domain (Template Options). It is independent of the left sidebar.

Responsive

On small screens, the right sidebar is generally the first to disappear. It moves below the main content or hides completely depending on your CSS configuration.

Dynamic Content

Use repeat/forEach blocks to display dynamic lists (latest articles, popular products). Combine with conditionalDisplay to personalize content based on the logged-in user.