<?xml version="1.0" encoding="UTF-8"?>
<page
        xmlns:common="hbo.app.view.ui.components.common"
        xmlns:boxing="hbo.app.view.ui.components.boxing"
        xmlns:tmpc="hbo.app.view.ui.templates" xmlns:nav="hbo.app.model.NavigationProxy"
        xmlns:commonTemplates="hbo.app.view.ui.templates.common"
        xmlns:talkTemplates="hbo.app.view.ui.templates.talk">
    <template>
        <compiled>
            <commonTemplates:Error/>
        </compiled>
    </template>
    <metadata>
        <title>404 Page Not Found</title>
        <program>Page Not Found</program>
        <tracking></tracking>
        <search></search>
        <keywords></keywords>
        <description></description>
    </metadata>
    <pseudoLocation></pseudoLocation>
    <queryParameters></queryParameters>
    <content>
        <common:ErrorPage>
            <msg><![CDATA[The URL request you have submitted is either invalid or not found.]]></msg>
        </common:ErrorPage>
    </content>
    <nav:navigation>
    </nav:navigation>
</page>
