We pulled some of the more relevant FAQs for the new template features from the product documentation and included them in a single blog post for your convenience.
Thanks.
The Bronto Team
Does the new template framework impact my existing custom templates?
No – your existing custom templates will continue to work, no problem.
However, note that the previous mechanism of using <ins> tags to define template blocks is deprecated with this update. Going forward, you will need to code your custom template(s) according
to the new framework.
Also, if you wish to extend a template to include the new repeatable
sections feature, you will need to re-code the template according to
the new framework and upload the new template to your account.
Download our Template Documentation for a complete overview of the new framework.
What is the new repeatable section feature?
Sections are areas in the template that the user can clone in order to extend the template to accommodate additional content.
For example, a newsletter template may be coded to have a repeatable section containing a section header and a section body, with each header/body section designed to represent a “story” for the newsletter. This type of design would allow the end-user can clone the section as many times as necessary to accommodate the story sections for the newsletter.
How do I manipulate repeatable sections?
Repeatable sections are denoted in the template UI with a dotted red outline and a green “add” icon in the upper-right corner that allows the user to clone the section.
After clicking the green “add” icon to clone a section, you will be able to add new content to the new section that appears beneath the section you chose to clone. You can reorder or delete sections by using the “up”, “down”, and “delete” icons as shown below.

What does the Outline tab provide?
The Outline tab lists all template blocks, provides a link to edit each block, and provides a preview of the content in each block. In some cases, you may prefer to add/edit content via this mechanism as opposed to the inline mechanism on the Edit tab.
To do so, click the Edit icon to the right of each block. This will launch a new window that will allow you add/edit content for the block.
The Outline tab lists all template blocks in the order that they appear in the template, as shown below:

What does the Preview tab provide?
The Preview tab displays a preview of your template that reflects the current content of each block.
You can toggle between Edit, Outline, and Preview without losing your work. Bronto saves your work automatically.
How does the new functionality impact Bronto’s default templates?
We’re glad that you asked! We - or more accurately, Todd - re-coded the majority of our default templates to include the new repeatable sections feature. Plus, we’ve added more color selections for many of the default templates.
Going forward, you will be able to add, remove, and re-order sections when you create or edit messages that use Bronto’s default templates. Any existing messages that refer to default templates will not be affected by the change.
Also, note that not all of the default templates will have repeatable sections. For example, we designed some of the templates in the “Creatives” to only have one section.
What are the primary differences between the new framework and the previous framework?
The update includes the following changes:
- We’ve deprecated the the previous mechanism of using <ins> tags to define template blocks. Note that templates built in this framework will still work, but that, going forward, you will need to build any new templates according to the new framework.
- We’ve deprecated the order tag. Going forward, blocks are automatically ordered according to the order they are included in the template HTML code.
- We’ve added linked as an optional attribute that you can use to create linked template blocks. This attribute is useful for repeated content within the template, such as a date or section headings included in both the message table of contents and the message body.
- We’ve added link as a type for the display attribute. The link type allows you to specify the text and URL for an <a href> tag.
- Lastly, we’ve changed the way you name templates. Instead of naming the template with a <meta> tag, you can name it when you upload it.