<% @notebooks.each do |b| %> <%= b.name %>
<% b.notes.each do |n| %> <%= n.title %>
<%= n.enml.html_safe %>
<%= n.tags %> <% end %> <% end %>