<% content_for :title do %> <%= @post.title %> | <%=current_site_name%> <% end %> <% content_for :head do %> <%= spud_news_rss_link %> <% if @post.meta_keywords.blank? %> <% else %> <% end %> <% end %>

<%= @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 %>