nb_app/app/views/layouts/application.html.haml
Nicolas Bally a1632bfe4d maj
2017-10-23 01:18:06 +02:00

29 lines
745 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 }
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i" rel="stylesheet">
%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