<%= if @channel do %>
<.header> <%= @channel.name %>
<.note_list notes={@notes} layout={@channel.layout} show_content={false} />
<% else %>
<.header> Bookmarks
Bookmarks not set up.
<% end %>