laverie_app/app/views/layouts/application.html.haml
2014-09-25 15:26:48 +02:00

37 lines
862 B
Plaintext

!!!
%html{:xmlns=>"http://www.w3.org/1999/xhtml", :"xml:lang"=>"fr", :lang=>"fr"}
%head
%title= "Auclair Laverie - "+ @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"
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false&region=FR"
%body
%a{:id => "top_anchor"}
.main
=yield