@*
* Copyright 2015 Yahoo Inc. Licensed under the Apache License, Version 2.0
* See accompanying LICENSE file.
*@
@(menuTitle: String, menuItem: String, menuList: IndexedSeq[models.navigation.Menu])
@import scala.Int; var i = 0;
@menuList.map { m =>
@{i = i + 1}
@if(m.items.isEmpty) {
@if(m.title == menuTitle) {