That's say html template already provides document.title.
If user just want to use the document.title defined in the html template, he can choose not to set opts.title or opts.headerTitle. The current implementation will set undefined as document title.
That's say html template already provides document.title.
If user just want to use the document.title defined in the html template, he can choose not to set
opts.title
oropts.headerTitle
. The current implementation will setundefined
as document title.