imgboard/templates/error.hbs

6 lines
88 B
Handlebars
Raw Normal View History

2023-10-19 02:54:47 +02:00
{{#*inline "page"}}
<h1>Error</h1>
2023-10-22 17:14:53 +02:00
<p>Error: {{message}}</p>
2023-10-19 02:54:47 +02:00
{{/inline}}
{{> root.hbs}}