!!! 1.1
%html
%head
%title
Sum -
= @title || "Simple budgeting"
%link{ :href => "/image/favicon.png", :rel => "shortcut icon", :type => "image/png" }
%link{ :href => "/style/facebox.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
%link{ :href => "/style/print.css", :media => "print", :rel => "stylesheet", :type => "text/css" }
%link{ :href => "/style/screen.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
%link{ :href => "/style/sum.css?1", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
/[if lt IE 8]
%link{ :href => "/style/ie.css", :media => "screen, projection", :rel => "stylesheet", :type => "text/css" }
%body
%a{ :href => 'http://github.com/winton/sum' }
#ribbon
#top
%a{ :href => "/" }
%img{ :border => 0, :src => '/image/top.png' }
#body
%div= yield
#bot
%img{ :src => '/image/bot.png' }
%script{ :src => "/javascript/jquery-1.3.2.js", :type => "text/javascript" }
%script{ :src => "/javascript/facebox.js", :type => "text/javascript" }
%script{ :src => "/javascript/sum.js", :type => "text/javascript" }