# File lib/rest_htmlprinter.rb, line 139
  def print_contents contents
    @html.p do |p|
      p << create_contents_list( contents.root, 1 )
    end
  end