<% local needSep = false local first = true local class %> <% if model.nonCSS.menuitems.one.included then needSep = true if first then class='class="first"' else class='' end first = false %>
  • ><%= model.nonCSS.menuitems.one.title %>
  • <% else needSep = false end %> <% if needSep and model.nonCSS.menubar.position == "top" then %>
  • $model.nonCSS.menubar.separator
  • <% end %> <% if model.nonCSS.menuitems.two.included then needSep = true if first then class='class="first"' else class='' end first = false %>
  • ><%= model.nonCSS.menuitems.two.title %>
  • <% else needSep = false end %> <% if needSep and model.nonCSS.menubar.position == "top" then %>
  • $model.nonCSS.menubar.separator
  • <% end %> <% if model.nonCSS.menuitems.three.included then needSep = true if first then class='class="first"' else class='' end first = false %>
  • ><%= model.nonCSS.menuitems.three.title %>
  • <% else needSep = false end %> <% if needSep and model.nonCSS.menubar.position == "top" then %>
  • $model.nonCSS.menubar.separator
  • <% end %> <% if model.nonCSS.menuitems.four.included then needSep = true if first then class='class="first"' else class='' end first = false %>
  • ><%= model.nonCSS.menuitems.four.title %>
  • <% else needSep = false end %> <% if needSep and model.nonCSS.menubar.position == "top" then %>
  • $model.nonCSS.menubar.separator
  • <% end %> <% if model.nonCSS.menuitems.five.included then needSep = true if first then class='class="first"' else class='' end first = false %>
  • ><%= model.nonCSS.menuitems.five.title %>
  • <% else needSep = false end %> <% if needSep and model.nonCSS.menubar.position == "top" then %>
  • $model.nonCSS.menubar.separator
  • <% end %> <% if model.nonCSS.menuitems.six.included then needSep = true if first then class='class="first"' else class='' end first = false %>
  • ><%= model.nonCSS.menuitems.six.title %>
  • <% else needSep = false end %>