# File lib/Borges/HTML/HtmlBuilder.rb, line 296
  def title(str)
    head_tag_with('title', str)
  end