{% extends "templates/one-column.html" %} {% block title %}404: Page not found{% endblock %} {% block content %}
{{ image( url="https://assets.ubuntu.com/v1/bcdcf2c8-image-404.svg", alt="", height="365", width="360", hi_def=True, loading="auto" ) | safe }}

404: Page not found

{% if message %} {{ message }} {% else %} Sorry, we couldn't find that page. {% endif %}

{% endblock content %}