<%= if @channel do %>
<.header> Bookmarks <:subtitle><%= Enum.count(@notes) %> in total
<.note_list notes={@notes} layout={@channel.layout} show_content={false} />
<% else %>
<.header> Bookmarks
Bookmarks not set up.
<% end %>