%(.html5-) %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 @(:title)
        %!-- Latest compiled and minified Bootstrap --%
        %(.css){:href=>'css/bootstrap.min.css'}
        %!-- Optional theme --%
        %(.css){:href=>'css/bootstrap-theme.min.css'}
        %!-- Font Awesome --%
        %(.css){:href=>'css/font-awesome.min.css'}
        %!-- 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]>
                %(.js){:src=>'js/html5shiv.min.js'}
                %(.js){:src=>'js/respond.min.js'}
        <![endif]-->
%body