zed/server/templates/error.hbs
Nathan Sobo 1537500fcb Include contents of the zed-server repo
We're going full monorepo.

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-07-12 14:14:39 -06:00

7 lines
211 B
Handlebars

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