<fo:page-sequence master-reference="first">
<fo:static-content flow-name="xsl-region-before">
<fo:block text-align="center">
<xsl:call-template name="title"/>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after">
<fo:block text-align="center">
<xsl:call-template name="footer"/>
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block text-align="center">
<xsl:call-template name="doBody"/>
</fo:block>
<fo:block id="last-page"/>
</fo:flow>
</fo:page-sequence>