<%= @channel.name %>

<%= @channel.content %>

<%= for note <- @channel.notes do %> <%= note.name %> <%= pretty_date(note.published_at) %> <% end %>