Handlebars layouts are layout files that use the Handlebars engine to define the XML structure.
Essentially, the process for laying-out the content is the the same as with the XML layouts, however there are some additional tags you can use to dynamically populate the XML. Please read the XML layout guide first to understand how to position objects with XML.
To set a custom Handlebars layout on your tab, simply add a text file with a .hbs extension to the tab folder. For example, calling it _layout.hbs (similar to how you would add a _layout.xml file) will have it processed using the Handlebars template engine, before it is loaded as XML by IdeaLayout Engine.
Coming soon
A full description of typical uses and examples for Handlebars files is coming soon. In the meantime, if you need help with achieving specific content layouts, please get in touch with us.