!!!
%html{:lang => "en"}
%head
%meta{:charset => "utf-8"}
%title
= "#{website_title}- #{@page_title}" if @page_title
%meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
%meta{:content => "", :name => "description"}
%meta{:content => "", :name => "author"}
= csrf_meta_tag
/ Le styles
%link{:href => "/assets/bootstrap.css", :rel => "stylesheet"}
%link{:href => "/assets/admin-override.css", :rel => "stylesheet"}
:css
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
/[if lt IE 9]
%body#login
.container
= yield
%script{:src => "/assets/jquery.js"}
%script{:src => "/assets/bootstrap.js"}
= custom_javascript_include_tag