HTML Block
Injects raw HTML into the page. Supports Liquid templates for dynamic content.
Properties
| Property | Description |
|---|---|
html | Raw HTML string with optional {'{{ variable }}'} interpolation. |
Use Cases
HTML Blocks are useful for embedding third-party widgets that provide embed codes:
- Trustpilot review widgets
- Calendly scheduling embeds
- Custom forms from external services
- Embedded maps or charts
HTML Blocks render unsanitized HTML. Avoid injecting user-generated content. Only use HTML from trusted sources.
Last updated on