Help

Code snippets

Tokens

If you use them, you can add template tokens/tags/variables throughout your pages and emails. These tags are processed by your web host when publishing your pages if there is a dynamic backend engine setup. Or, rendered in your email provider after exporting your emails to it.

Example:

Hello {{ user.name }}

<div class="block-edit">Hello {{ user.name }},</div>

Code blocks

You could also use custom code within a page or email, like for web page widgets, or segmenting content. Just drag in the Code block section and/or component from the left sidebar. Any code block you add will be output as raw code within your exported HTML.

Hiding code

If you want to prevent certain areas from being seen in Blocks Edit when working in the visual editor, wrap your code with the block-hide option to essentially comment it out while viewed in the editor.

Example:

<!-- block-hide -->
<p>Content</p>
<!-- end-block-hide -->

When the page or email is exported, the hidden code gets output without being commented out.

Support

Still have questions? Message us.