<%= content_for :post_buttons do %> <%= link_to 'Edit', edit_admin_post_path(@post), class: %w(button) %> <% end %> <%= render 'admin/posts/header/base', post: @post %>
<%= content_tag :article, @post.compiled_content.try(:html_safe) %>