$v:titlepage-default
$v:titlepage-default — Default template for title pages.
Variable:
{http://docbook.org/ns/docbook/variables}titlepage-default
Defined in:
modules/templates.xsl
Used in:
modules/templates.xsl
Synopsis
   |<xsl:variable name="v:titlepage-default"
   |               as="element()">
   |   <titlepage-default>
   |      <header>
   |         <apply-templates select="db:title">
   |            <div class="title">
   |               <content/>
   |            </div>
   |         </apply-templates>
   |      </header>
   |   </titlepage-default>
   |</xsl:variable>
Description
Title pages, taken loosely to mean anything with a title,
are formatted using templates, see Section 4.5, Templates.
If a template doesn’t exist for a particular context, the
$v:titlepage-default template is used.