f0ckv2/views/error.html

4 lines
75 B
HTML
Raw Normal View History

2021-12-26 22:11:16 +00:00
@include(snippets/header)
2021-12-24 10:16:11 +00:00
<h1>{{ message }}</h1>
2021-12-26 22:11:16 +00:00
@include(snippets/footer)