<% cache [ "v1", post ] do %>

<%= link_to post.title, ( ( post.story_link.nil? || post.story_link.blank? ) ? post : post.story_link ) %>

<%= post.published_at.strftime( "%B %d, %Y") %>
<%= Kramdown::Document.new( post.body ).to_html.html_safe %>
<% end %>