Skip to content

Instantly share code, notes, and snippets.

@rubytastic
Created January 13, 2011 10:48
Show Gist options
  • Save rubytastic/777695 to your computer and use it in GitHub Desktop.
Save rubytastic/777695 to your computer and use it in GitHub Desktop.
!!!
%html{:xmlns => "http://www.w3.org/1999/xhtml"}
%head
%title
="> "
=yield(:title) || ""
= render :partial => 'shared/head'
%body
= render :partial => 'shared/header'
#wrapper
#container
#content
= render :partial => 'shared/messages'
%p menu test
= @menu_left
= render_navigation(:context => :account, :level => 1)
= yield
= render :partial => 'shared/footer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment