{% extends "base.html" %} {% block title %}{{ app_name }} — page not found{% endblock %} {% block content %}

404

Not found

{{ detail or "The page you're looking for doesn't exist." }}

Back to scans
{% endblock %}