site/_zola/templates/404.html
wl 87c49f4976
new blog post about Anubis
Signed-off-by: wl <zayd@disroot.org>
2025-04-16 01:00:48 -04:00

10 lines
184 B
HTML

{% extends "index.html" %}
{% block title %}
<title>wanderlost - 404</title>
{% endblock title %}
{% block content %}
<h1>it's OVER</h1>
<p>page not found</p>
{% endblock content %}