<main class="z-40">
  {{#if (eq page.layout '404')}}
  {{> article-404}}
  {{else}}
  {{> article}}
  {{/if}}
</main>