{% set meta={"title": "404", "desc": "Page not found"} %} {% extends "/_base.html" %} {% block content %}

The page you have tried to access does not exist. How did you get here?

{% if request.args.get("source") == "here" %}

> From another page on this site

Oops! Please create an issue so I can fix this.

Return home

{% elif request.args.get("source") == "other"%}

> From somewhere else

Unfortunately I can only fix my own mistakes. Please inform that website's owner that their link no longer works.

Return home

{% else %}

> From another page on this site

> From somewhere else

{% endif %} {% endblock %}