error.hbs

 1{{#> layout }}
 2
 3<div class="max-w-screen-lg mx-auto text-main font-extralight p-20">
 4    <article class="max-w-xl">
 5        <h1 class="text-white text-4xl font-display font-extralight mb-5">Sorry!</h1>
 6        <p class="leading-7 mb-5">
 7            Looks like we encountered a {{status}} error: {{reason}}
 8        </p>
 9        <p class="leading-7">
10            Try refreshing or going <a class="underline hover:no-underline" href="/">home</a>.
11        </p>
12    </article>
13</div>
14
15{{/layout}}