#{@post.title}

#{maruku @post.body}

Comments

#{comment.author}, #{comment.created_at.ago_in_words}

#{maruku CGI::escapeHTML(comment.body)}

New Comment

0 ?>
#{k} #{v.first}
#{ form_for(@comment, :method => :post, :action => @post.href) do |f| f.hidden :new_comment, 1 f.input_text 'Name', :author f.textarea 'Message', :body f.submit 'Post' end }