{% extends "base.html" %} {% block title %}{{ _('URL Not Found') }}{% endblock %} {% block body %}

{% trans %}URL Not Found{% endtrans %}

{% trans %}The url {{ url }} could not be found in this collection.{% endtrans %}

{% if wbrequest and wbrequest.env.pywb_proxy_magic and url %}

{{ _('Try Different Collection') }}

{% endif %}
{% endblock %}