<%= if @channel do %>
<.header> Bookmarks <:subtitle><%= Enum.count(@notes) %> in total
<%= if @channel.layout == :default do %> <.note_list_default notes={@channel.notes}/> <% end %> <%= if @channel.layout == :gallery do %> <.note_list_gallery notes={@channel.notes}/> <% end %> <%= if @channel.layout == :microblog do %> <.note_list_microblog notes={@channel.notes}/> <% end %>
<% else %>
<.header> Bookmarks
Bookmarks not set up.
<% end %>