<% title @page.title, false %> <% unless @page.children.empty? %> <% end %>
<% for page in @page.ancestors.each %> <%= link_to h(page.title), page %> > <% end %>

<%= link_to "Edit", edit_admin_page_path(@page) %> | <%= link_to "Destroy", admin_page_path(@page), :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", admin_pages_path %>




<%= raw @page.content %>