<%= @post.title %>
Posted by <%= @post.author.full_name %> on <%= @post.display_date %>
<% if @post.categories.any? %>
Filed under
<%= raw(@post.categories.collect{ |c| link_to c.name, news_category_path(c.url_name) }.join(', ')) %>
<% end %>
<%= raw @post.content %>