public
Description: open-source e-commerce built on merb
Clone URL: git://github.com/myabc/merb_mart.git
Search Repo:
Click here to lend your support to: merb_mart and make a donation at www.pledgie.com !
myabc (author)
Wed May 07 18:55:40 -0700 2008
commit  cc109e953862f2a7501b1d033612a5dac4ec2644
tree    688bcb3d8929a69195c041db8cd10f0e74dc16aa
parent  e5e879ebc205d7f055885f29c9526e94d3e45606
merb_mart / app / views / layout / application.html.haml
100644 16 lines (16 sloc) 0.462 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!!! Strict
%html{ "xml:lang" => "en-us", :lang => "en-us", :xmlns => "http://www.w3.org/1999/xhtml" }
  %head
    %title= title @title unless @title.nil?
    %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "content-type" }
    = css_include_tag :master
    / = css_include_tag :more
    / = js_include_tag :js
  %body
    #container
      #header
        %p Header
      #content
        = catch_content :for_layout
      #footer
        %p Footer