# File lib/anemone/page.rb, line 114
    def html?
      !!(content_type =~ %r{^(text/html|application/xhtml+xml)\b})
    end