<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; encoding=utf-8" />
  <title>[dialog-error]{% trans %}NOT FOUND{% endtrans %}</title>
  <style>@import url(odysseus:butterick.css);</style>
</head>
<body>
  <main>
    <h1>{% trans %}This Page Does Not Exist{% endtrans %}</h1>
    <p>{% trans %}Maybe you typed it wrong or followed an invalid link. Or maybe the site you're visiting has inconsiderately moved pages around or even removed them.{% endtrans %}</p>
    <form method="GET" action="https://duckduckgo.com/">
    <p>{% trans %}Try <a href="/">their homepage</a>, or: {% endtrans %}
      <input type="search" value="{{url}}" name="q" /></p>
    </form>
  </main>
</body>
</html>
