<%-# -*- mode: html -*- -%> <% INCLUDE head.tt %>
    <% FOREACH topic IN sortedlist %>
  1. <% topic.name %>

      <% FOREACH text IN topic.titles %>
    1. <% pathchunk = text.path.split('/') %> <% text.title %> <% IF text.SORTauthors %> <% authorslist = [] %> <%- FOREACH author = text.SORTauthors %> <% SET myitem = '' _ author.name _ '' %> <% authorslist.push(myitem) %> <%- END -%> (<% authorslist.join(", ") %>) <% END %>
    2. <% END %>
  2. <% END %>
<% INCLUDE foot.tt %>