nb_app/app/views/layouts/application.html.haml
2013-04-11 17:17:12 +02:00

29 lines
652 B
Plaintext

!!!
%html{:xmlns=>"http://www.w3.org/1999/xhtml", :"xml:lang"=>"fr", :lang=>"fr"}
%head
%title= ""+ @title.to_s+" "
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{ :"name" => "Description", :content => @description }
%meta{ :"name" => "Keywords", :content => @keywords }
%meta{ :"name" => "viewport", :content => "width=device-width, initial-scale=1.0" }
= javascript_include_tag "application"
= csrf_meta_tag
= stylesheet_link_tag 'application'
= stylesheet_link_tag '/fonts/OpenSans/stylesheet.css'
=render :partial => "shared/ga"
%body
=yield