!!!
%html{ :xmlns=>"http://www.w3.org/1999/xhtml" }
%head
%title=yield(:title) || "#{AppConfig.project}"
%meta{'http-equiv' => 'Content-Type', :content => 'text/html', :name => "description", :content => "#{yield(:description) || "#{AppConfig.project}"}"}
=stylesheet_link_tag "standard", "frontend"
=javascript_include_tag :defaults
%body
=yield