<.header> <%= @channel.name %> <:subtitle><%= Markdown.render(@channel.content) |> raw %>
<%= 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 %>