<% content_for :class, 'post view' %>
<%= content_tag :h2, @post.title %>
<%= link_to 'Edit this post', edit_admin_post_path(@post) %> <%= content_tag :article, @post.compiled_content.try(:html_safe) %>