1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/dist/templates/500.html.hbs
2019-10-03 18:18:42 +02:00

7 lines
183 B
Handlebars

{{#> layout }}
<h2>{{ text "Error" }}</h2>
<p>{{ text "Looks like something went wrong :(" }}</p>
<p>{{ text "Error message: {{ internal_error }}" rerender }}</p>
{{/layout}}