Enable the HTML blockGo to Settings > Signature > Advanced and enable the Enable the HTML block option.
Add the block to a templateOpen the Template tab, then click Edit to open the drag-and-drop editor.
In the left palette, add the HTML block.
When you select the block, the HTML code field appears in the right panel.
Understand what you see in the editorIn the canvas, the block shows an <html> placeholder.
This is expected: the editor does not try to render arbitrary HTML directly inside the canvas.
In the final signature, the HTML fragment is rendered correctly.
Understand the safety rulesThe HTML is sanitized during preview and save.
Email-friendly structures remain allowed, including tables, text blocks, links, and images.
Sensitive tags such as script, iframe, and form are removed.
Links are limited to http, https, mailto, and tel.
Existing Twig tokens are preserved so signature variables continue to work.
When to use this blockTo add a very specific layout fragment that is not available through the standard blocks.
To preserve an email rendering based on HTML already validated by your teams.
To answer an advanced need without misusing the other editor blocks.