<%= @channel.name %>

<%= @channel.list_tags %>
<% if @channel.user.present? %>

by <%= link_to @channel.user.login, user_profile_path(@channel.user.login) %>

<% end %>

<%= @channel.description %>