# File lib/asciidoctor/document.rb, line 64
    def subtitle?
      @subtitle ? true : false
    end