<%= title %>
<% notes.by_file_label.each do |file, per_label| %>
<%= file %>
-
<% per_label.each do |label, lnotes| %>
<%= label %>
-
<% lnotes.each do |note| %>
- <%= h note.textline %> <%= note.line %> <% end %>
<% end %>