karton/templates/error.html
2022-10-12 17:13:21 +02:00

10 lines
159 B
HTML

{% include "header.html" %}
<br>
<h2>404</h2>
<b>Not Found</b>
<br>
<br>
<a href="{{ args.public_path }}/" > Go Home</a>
<br>
<br>
{% include "footer.html" %}