<%= @page.title %>
<% unless simple -%>
Posted by Author Name Here
<% 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) -%>