<%= @page.title %>
<% if @page.parent && !@page.parent.full_path.blank? %>
<%= link_to_document(@page.parent, _('Up')) %>
<% end %>
<%= @page.to_html %>
<% unless @page.children.empty? %>
<% @page.children.each do |item| %>
- <%= link_to_document(item) %>
<% end %>
<% end %>