zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

toc_item_template.eex (190B)


      1 <%= for node <- nodes do %>
      2   <navPoint id="<%= node.id %>">
      3     <navLabel>
      4     <text><%= node.id %></text>
      5     </navLabel>
      6     <content src="<%= node.id %>.xhtml"/>
      7   </navPoint>
      8 <% end %>