# File lib/cheat/site.rb, line 334
  def add
    @page_title = "add"
    p {
      text "Thanks for wanting to add a cheat sheet.  If you need an example of
       the standard cheat sheet format, check out the "
       a "cheat", :href => R(Show, 'cheat')
       text " cheat sheet.  (There's really no standard format, though)."
     }
    _form
  end