%= render :partial => 'pages/page' %>
<% unless @style.children.empty? -%>
<%= @style.children.collect { |x| '- ' + show_style_link(x) + '
' } -%>
<% end -%>
<% content_for :sidebar do -%>
<%= new_style_link -%>
<%= edit_style_link(@style) -%>
<%= link_to 'Destroy', style_path(@style.page.title_for_url), :confirm => 'Are you sure?', :method => :delete -%>
<% end -%>