Files
Android/spinner/lib/src/main/assets/error.hbs
2022-03-01 10:47:23 -05:00

9 lines
154 B
Handlebars

<html>
{{> partials/head title="Error :(" }}
<body>
Hit an exception while trying to serve the page :(
<hr/>
{{{this}}}
</body>
</html>