blog_eft_app/app/views/layouts/public.html.haml
2013-09-09 23:27:29 +02:00

41 lines
1.3 KiB
Plaintext

%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
%title=@title
%meta{:content => "i17q/E5XF9DoCgqyLvpiPkc/KY31lniI12H07Gh+6cQ=", :name => "verify-v1"}/
=#%link{:href => "http://www.technique-eft.com/style.css", :media => "screen", :rel => "stylesheet", :title => "Normal", :type => "text/css"}/
%link{:href => "print.css", :media => "print", :rel => "stylesheet", :title => "Normal", :type => "text/css"}/
%link{:href => "http://www.technique-eft.com/favicon.ico", :rel => "shortcut icon"}/
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{ :"name" => "Description", :content => @description }
%meta{ :"name" => "Keywords", :content => @keywords }
= javascript_include_tag "public"
= csrf_meta_tag
= stylesheet_link_tag 'public'
=#render :partial => "public/shared/ga"
=#javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false&region=FR"
%body
.center
#top
=link_to "Accueil", "/"
=render :partial => "public/shared/first_menu"
   
#banner
=link_to image_tag("logo.png", :id => "logo"), "/"
#main
=yield