+!!! 5
+%html
+ %head
+ -unless @grito.nil?
+ -if @grito.errors.empty?
+ %title= "#{@grito.title} - ¡Grita!"
+ -else
+ %title ¡Grita!
+ %link{:rel => 'stylesheet', :type => 'text/css', :href => '/style.css', :title => 'default'}
+ %link{:rel => "icon", :href => "/images/favicon.ico", :type => "image/x-icon"}
+ %link{:rel => "icon", :href => "/images/favicon.png", :type => "image/png"}
+ %meta{'http-equiv' => 'Contet-Type', :content => 'text/html; charset=utf-8' }/
+ %body
+ #wrapper
+ #header
+ %a{:id => 'logomini', :href=> '/'}<
+ %span Grita!
+ %hr/
+ #body
+ =yield
+ #footer
\ No newline at end of file