% throw_content :for_sidebar do -%>
<% if allowed_to?(:edit_page, @page) -%> Edit page
<% end -%>
<% if allowed_to?(:delete_page, @page) -%> Destroy page
<% end -%>
Post a comment
<% end -%>
<%= partial :page, :with => [ @page ] %>
<%= partial :comments %>