Contents of feed <%= params[:id] %>

<% for item in @feed_items %>
<%= h item.title %>
<%= h item.description %>
<% end %>