<?xml version="1.0"?>
<fest:template xmlns:fest="http://fest.mail.ru" context_name="json">
    <fest:include src="layout.xml" />
    <fest:set name="title">
        404 Not Found — Frontier
    </fest:set>
    <fest:set name="content">
        <h1>The page cannot be found.</h1>
        <p>The page you are looking for might has been removed or something, but whatever, it's not here.</p>
    </fest:set>
</fest:template>