====== How do I create and manage reusable content blocks (snippets)? ====== Content blocks (also called **snippets**) allow you to create a piece of content once and reuse it across multiple pages. This helps maintain consistency and makes updates easier. ===== Creating a content block ===== - Go to **Content → Snippets** - Click **New Snippet** - Enter a name for the snippet (for example: ''disclaimer-footer'' or ''cta-main-offer'') - Add the content in the editor (HTML, text, or components) - Click **Save** ===== Inserting a snippet into a page ===== In the page editor, place the snippet block where you want the content to appear. Example: [[ $snippet name="disclaimer-footer" ]] You can also insert it using the **Insert Snippet** button in the editor toolbar and selecting the snippet by name. ===== Editing a snippet ===== - Go to **Content → Snippets** - Click the snippet you want to modify - Update the content - Click **Save** > Changes to a snippet are automatically reflected on every page where the snippet is used. Review affected pages before making significant updates. ===== Common use cases ===== * Legal disclaimers or compliance notices * Reusable call-to-action sections * Contact details or company information * Announcement banners * Repeated layout components (headers, promo blocks, etc.)