{{if theme === "v3"}}
{{each(i, item) itemsLeft}} {{if item.template}} {{templatePlugin( item.template, item) }} {{else}} {{templatePlugin( 'menuItemTopnav', item) }} {{/if}} {{/each}}
{{each(i, item) itemsCenter}} {{if item.template}} {{templatePlugin( item.template, item) }} {{else}} {{templatePlugin( 'menuItemTopnav', item) }} {{/if}} {{/each}}
{{each(i, item) itemsRight}} {{if item.template}} {{templatePlugin( item.template, item) }} {{else}} {{templatePlugin( 'menuItemTopnav', item) }} {{/if}} {{/each}}
{{else theme === "v4"}}
{{each(i, item) itemsLeft}} {{if item.template}} {{templatePlugin( item.template, item) }} {{else}} {{templatePlugin( 'menuItemTopnavV4', item) }} {{/if}} {{/each}}
{{each(i, item) itemsCenter}} {{if item.template}} {{templatePlugin( item.template, item) }} {{else}} {{templatePlugin( 'menuItemTopnavV4', item) }} {{/if}} {{/each}}
{{each(i, item) itemsRight}} {{if item.template}} {{templatePlugin( item.template, item) }} {{else}} {{templatePlugin( 'menuItemTopnavV4', item) }} {{/if}} {{/each}}
{{/if}}