Skip to content

Instantly share code, notes, and snippets.

@TomK32
Created May 14, 2009 20:34
Show Gist options
  • Save TomK32/111894 to your computer and use it in GitHub Desktop.
Save TomK32/111894 to your computer and use it in GitHub Desktop.
!!!
%html{:xmlns => "http://www.w3.org/1999/xhtml", 'xml:lang' => 'en', :lang => 'en'}
%head
= render :partial => "shared/head"
%body
#wrapper
#header
= link_to 'vote.ananasblau', root_url
#navigation
= render :partial => "shared/navigation"
#content
- flash.each do |flash_type, message|
%div{:class => flash_type}= h(message)
= yield :layout
#sidebar
= yield(:sidebar) || render(:partial => 'shared/sidebar')
#footer
(C) 2009 by <a href="http://www.ananasblau.com">ananasblau</a>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment