<% cat_match = %r{^/#{@category}/} cat_index = printed_items.find{|i| i.path.match(cat_match) and i[:is_category]} %> # [<%= cat_index[:title] %>][] <% items = printed_items.select do |i| not i[:is_category] and i.path.match cat_match end %> <% items.sort_by{|i| i[:date]}.reverse.each do |i| techne = "#{i[:date]}" status = "(#{episteme i[:episteme]}) (#{techne})" %> {:.table} - [<%= i[:title]%>][] <%=status%>
<% end %>