<.header> <:title>Wiki
<%= Markdown.render(@channel.content) |> raw %>
<%= if @channel do %>
<.note_list notes={@notes_updated} layout={@channel.layout} />
<.note_list notes={@notes_published} layout={@channel.layout} />
<% end %>