<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="html" indent="no" doctype-system="" encoding="utf-8" />

    <xsl:include href="/app/tools/appuser/templates/global.xsl" />

    <xsl:template name="pickLayout">
        <xsl:call-template name="mainLayout" />
    </xsl:template>

    <xsl:template name="mainLayout">
        <p class="Logout-copy">
            You have successfully logged out.
        </p>
        <p class="Logout-copy">
            <a href="/rps/login">Back to Login</a>
        </p>
    </xsl:template>

</xsl:stylesheet>
