error.hbs

1{{#> layout }}
2<div class="bg-white py-8">
3    <div class="container mx-auto my-16 px-8 md:px-12 text-2xl md:text-4xl">
4        Sorry, we encountered a {{status}} error: {{reason}}.
5    </div>
6</div>
7{{/layout}}