mirror of
https://forge.fsky.io/wl/pages.git
synced 2025-04-19 17:03:41 -05:00
10 lines
184 B
HTML
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 %}
|