{{#if (eq page.layout '404')}}

{{{or page.title 'Page Not Found'}}}

The page you're looking for does not exist. It may have been moved.

If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. If you typed the URL of this page manually, please double check that you entered the address correctly.

{{else}} {{#if page.title}}

{{{page.title}}}

{{/if}} {{{page.contents}}} {{/if}}