Help Center Content Content Blocks

Content Blocks

Content Blocks are reusable HTML snippets that you can embed in any content page or editor using shortcodes.

Block Types

  • Headers — Reusable header HTML blocks
  • Footers — Reusable footer HTML blocks
  • Menus — Navigation menu blocks (with optional accent color support)

Using Shortcodes

Each block has a unique slug. Insert a block into any HTML editor using the shortcode syntax:

[[block:your-slug]]

For example, if you create a footer block with slug "main-footer", insert [[block:main-footer]] anywhere to render it.

Creating a Block

  1. Navigate to the appropriate block type (Headers, Footers, or Menus)
  2. Click + Add
  3. Enter a title and optional slug
  4. Set the language and published status
  5. Write the HTML content using the rich text editor
  6. Click Save

Menu Blocks

Menu blocks have extra options: Use site accent color applies the site's accent color, and Override background lets you set a custom background color.