chasselay_app/app/views/layouts/application.html.haml
2013-09-18 15:24:45 +02:00

34 lines
766 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'
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false&region=FR"
%body
%a{:id => "top_anchor"}
=yield
=#%a#go_top{:href => "#top"} Retour en haut.