<%= @page.title %>
<% unless simple -%>
Posted by <%= @page.created_by.title rescue 'That other guy' -%>
<% end -%>
<%= @page.html %>
<% unless simple -%>
<% end -%>
<% content_for 'sidebar' do -%>
<% if @page.allow_discussions? or !@page.discussions.empty? -%>
<%= link_to "Discuss (#{@page.discussions.size})", discussion_path(@page) -%>