%form{:method => 'post', :action => '/'} %h1 Título %input{:type => 'text', :name => 'title', :class => 'title'} %br %h1 Texto %textarea{:name => 'text', :class => 'text', :cols => '100'} %br %input{:type => 'submit', :value => 'Gritalo!'}