blob: 23fbe146039a19425a33fa75bea935c3e6b2066d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
!!! 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
|