<% cache ["news/index",post] do%>

<%= link_to post.title, news_post_path(post.url_name) %>

Posted by <%= post.author.try(:full_name) %> on <%= post.display_date %>

<%= truncate_html post.content_processed.html_safe, :length => 250 %>
<%end%>