2 %html{ "xml:lang" => "en-us", :lang => "en-us", :xmlns => "http://www.w3.org/1999/xhtml" }
4 %title= @title unless @title.nil?
5 %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "content-type" }
6 %meta{ :generator => "MerbMart" }
7 = css_include_tag :master
19 = catch_content :for_layout
21 %p Powered by MerbMart, Merb and DataMapper.
22 %p Copyright © 2008, Alex Coles.