!!!
%html{lang: "en"}
%head
%meta{charset: "utf-8"}/
%meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}/
%meta{content: "width=device-width, initial-scale=1", name: "viewport"}/
%title Polygallery Dummy
= stylesheet_link_tag 'application', media: 'all'
/ Bootstrap
/ HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries
/ WARNING: Respond.js doesn't work if you view the page via file://
/[if lt IE 9]
= javascript_include_tag "https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"
= javascript_include_tag "https://oss.maxcdn.com/respond/1.4.2/respond.min.js"
= csrf_meta_tags
%body
.container-fluid= yield
= javascript_include_tag 'application'