{{#if menu '==' 'About'}} {{#for 1 3}} {{#if (lang (concat (concat 'megamenu.about.' $index) '.name')) '==' (lang (concat (concat 'megamenu.about.' $index) '.name'))}}
{{lang (concat (concat 'megamenu.about.' $index) '.name')}}
{{/if}} {{/for}} {{else if menu '==' 'Support'}} {{#for 1 3}} {{#if (lang (concat (concat 'megamenu.support.' $index) '.name')) '==' (lang (concat (concat 'megamenu.support.' $index) '.name'))}}
{{lang (concat (concat 'megamenu.support.' $index) '.name')}}
{{/if}} {{/for}} {{/if}}