Skip to content

Instantly share code, notes, and snippets.

@atmos
Created September 30, 2008 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atmos/13909 to your computer and use it in GitHub Desktop.
Save atmos/13909 to your computer and use it in GitHub Desktop.
html{:xmlns => "http://www.w3.org/1999/xhtml"}
%head
%meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{"http-equiv" => "Content-Language", :content => "en" }
%meta{:name => 'author', :content => "atmos" }
%title
= catch_content(:page_title) || 'Word up!'
= js_include_tag 'jquery-1.2.6', :application
%link{:rel => 'stylesheet', :media => 'screen,projection', :type => 'text/css', :href => '/stylesheets/application.css' }
%body
#header
%p#links
%a{:class => 'unimplemented', :href => '/account'} Account
%a{:href => '/logout'} Logout
= breadcrumbs_string(request.path)
%div{:style => 'clear:both'}
#main
#content
= catch_content :for_layout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment