29 lines
652 B
Plaintext
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
|
|
|
|
|
|
|