pywb Wayback Machine
This archive contains the following collections:
{% for route in routes %}
{% if route | is_wb_handler %}
-
{{ '/' + route.path }}
{% if route.user_metadata.title is defined %}
({{ route.user_metadata.title }})
{% endif %}
{% endif %}
{% endfor %}