imgboard/templates/error.hbs
2023-10-22 17:14:53 +02:00

5 lines
88 B
Handlebars

{{#*inline "page"}}
<h1>Error</h1>
<p>Error: {{message}}</p>
{{/inline}}
{{> root.hbs}}