{% extends "base.html" %} {% block title %}{{ _('URL Not Found') }}{% endblock %} {% block body %}
{% trans %}The url {{ url }} could not be found in this collection.{% endtrans %}
{% if wbrequest and wbrequest.env.pywb_proxy_magic and url %} {% endif %}