%head

%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
%meta{"http-equiv" => "X-UA-Compatible", content: "IE=Edge,chrome=1"}
%meta{name: "viewport", content: "width=device-width, initial-scale=1.0"}/
%title= content_for?(:title) ? yield(:title) : t(:web_name)
%meta{name: "description", content: content_for?(:description) ? yield(:description) : t(:web_name)}/
%meta{name: "keywords", content: yield(:keywords)}/
-# %link{href: image_path("favicon.ico"), rel: "shortcut icon"}

/ Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
  %script{src: "//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js", type: "text/javascript"}

= stylesheet_link_tag "application", :media => "all", "data-turbolinks-track" => true
= javascript_include_tag "application", "data-turbolinks-track" => true
= csrf_meta_tags
= yield(:head)