Skip to main content
Toggle navigation
{{if home}}
{{home}}
{{/if}}
{{if navbars && navbars.length}} {{each navbars as navbar}}
{{navbar.name}}
{{/each}} {{else}} {{each tabs as tab}}
{{if tab.url}}
{{tab.title}}
{{else}}
{{tab.title}}
{{/if}}
{{/each}} {{/if}}
{{if banner}}
{{banner.title}}
{{banner.description}}
{{else}}
{{/if}} {{if navbars && navbars.length}}
{{each tabs as tab}}
{{if tab.url}}
{{tab.title}}
{{else}}
{{tab.title}}
{{/if}}
{{/each}}
{{else}}
{{/if}}
{{if article.type == 'html'}} {{if article.sidebars}}
{{if intro}}{{intro}}{{/if}} {{article.content}}
{{each article.sidebars as m index}} {{if m.sub}} {{if index > 0 && !article.sidebars[index - 1].sub}}
{{/if}}
{{m.name}}
{{if index < article.sidebars.length - 1 && !article.sidebars[index + 1].sub}}
{{/if}} {{else}}
{{if m.blank == true}}
{{m.name}}
{{else}}
{{m.name}}
{{/if}}
{{/if}} {{/each}}
{{else}}
{{if intro}}{{intro}}{{/if}} {{article.content}}
{{/if}} {{else if article.type == 'block'}}
{{if intro}}
{{intro}}
{{/if}} {{each article.blocks as c index}} {{if c.type == 'html'}}
{{if c.name}} {{if c.sub}}
{{c.name}}
{{else}}
{{c.name}}
{{/if}} {{/if}} {{if c.content}}
{{c.content}}
{{/if}}
{{/if}} {{/each}}
{{if article.sidebars}}
{{each article.sidebars as m index}} {{if m.sub}} {{if index > 0 && !article.sidebars[index - 1].sub}}
{{/if}}
{{m.name}}
{{if index < article.sidebars.length - 1 && !article.sidebars[index + 1].sub}}
{{/if}} {{else}}
{{m.name}}
{{/if}} {{/each}}
{{/if}}
{{/if}}