<%= for note <- assigns.notes do %>
<%= note.name %>
<%= if assigns.show_content do %>

<%= Chiya.Notes.Note.note_excerpt(note.content) %>

<% end %>
<% end %>