% layout 'default'; % title 'New Post';

Sign the Guestbook

Name: <%= input_tag 'name' %>
Message: <%= text_area 'message', cols => 40, rows => 6 %>
  <%= submit_button 'Send it' %>