summaryrefslogtreecommitdiff
path: root/app/views/layouts/home.html.haml
blob: e6fa15d597131b5103d10616d62f70ba24a6bd0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!!!
%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
    = yield