<%= render :partial => 'caboose/pages/admin_header' %>

URI: /<%= @page.uri %>

The title of the page.
The menu title is an abbreviated form of the title that is used in navigation menus and crumb trails.
This page's parent page.
The portion of the URL that this page represents.
Starts the URL over at the domain root.
If the redirect URL field is set, then this page will simply redirect to that URL instead of showing the page itself.
Whether or not this page is displayed in the menu.
Specify a specific layout file for this page.
Sort child pages alphabetically or custom.
Specify whether or not you want to embed ruby code in your page.
<%= render :partial => 'caboose/pages/admin_footer' %> <% content_for :caboose_css do %> <% end %> <% content_for :caboose_js do %> <% end %>