<%= render "posts/partials/show/notices", :post => @post %>
<%= @post.presenter.image_html(self) %>
<% if @post.notes.active.empty? %>
There are no notes.
<% end %>
<%= render :partial => "notes/note", :collection => @post.notes.active %>
<%= render "posts/partials/show/edit", :post => @post %>
<%= render :template => "post_flags/new" %>
<%= render :template => "post_appeals/new" %>
<%= render :template => "pool_elements/new" %>
<% content_for(:page_title) do %>
/p/<%= @post.tag_string %>
<% end %>
<% content_for(:html_header) do %>