!!!
%html{ :'xml:lang' => "fr", :lang => "fr" }
%head
%title="Association La Maison de l'Arbre - Réaumont, Isère (38) - "+(@title || "").to_s
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{:name => "keywords", :content => @keywords || "" }
%meta{:name => "description", :content => @description || "" }
=javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"
= javascript_include_tag 'public/public'
= csrf_meta_tag
= stylesheet_link_tag 'public/public'
%body
#main
#bandeau
=link_to image_tag("/images/style/banderole.jpg"), "/"
#menu_haut
=render(:partial => "public/shared/first_menu")
#flash
-if flash[:error]
#flash_notice
=raw flash[:error]
-if flash[:notice]
#flash_notice
=raw flash[:notice]
#droite
= yield :sidebar
#contenu
= yield :body
=yield
%p{:style => "clear:both;"}
%br
#menu_bas