Updating Rakefile and README docs.
[merb_mart.git] / app / views / layout / application.html.haml
blob785117d5d24264155af61b1c571c801e766d63b5
1 !!! Strict
2 %html{ "xml:lang" => "en-us", :lang => "en-us", :xmlns => "http://www.w3.org/1999/xhtml" }
3   %head
4     %title= @title unless @title.nil?
5     %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "content-type" }
6     %meta{ :generator => "Merb eMart" }
7     = css_include_tag :master
8     = include_required_css
9     = include_required_js
10   %body
11     #container
12       #header
13         %h1 Merb eMart
14         #navigation
15           %ul
16             %li
17               =link_to 'Store', ''
18       #content
19         = catch_content :for_layout
20       #footer
21         %p Powered by Merb eMart, Merb and DataMapper.
22         %p Copyright © 2008, Alex Coles.