{{#if (eq content.id 'not-found')}}
  <h1>Not Found</h1>
  <p>Oops, there was no content at this address.</p>
{{else}}
  <h1>Error encountered</h1>
{{/if}}
