<.header> <:title><%= @channel.name %>
<%= Markdown.render(@channel.content) |> raw %>
<%= if @channel do %>

Recently Updated

<.note_list notes={@notes_updated} layout={@channel.layout} />

Recently Published

<.note_list notes={@notes_published} layout={@channel.layout} />
<% end %>