summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.haml
blob: 2d5b23805c6f425f11711634f122ada7b42e60fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!!!
%html
  %head
    %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
      %title= html_title
      %meta{:content => content_for?(:description) ? yield(:description) : "Leap Web", :name => "description"}
        = stylesheet_link_tag "application", :media => "all"
        = javascript_include_tag "application"
        = csrf_meta_tags
        = yield(:head)
  %body
    #wrap
      #masthead
        = render 'home/masthead'
      #main
        .container-fluid
          = render 'home/content'
      #push
        -# #push is used for sticky footer in bootstrap 2. remove when upgrading to bootstrap 3
    #footer
      = render 'layouts/footer'