{# templates/results.html #} {% import 'macros.html' as macros %} {{ url }}

Archived media for {{ url }} - open

{% if title | string | length > 0 %}

title: '{{ title }}'

{% endif %}

content {{ media | length }} item(s)

{% for m in media %} {% endfor %}
about files and preview
{{ macros.display_recursive(m, true) }} {{ macros.display_media(m, true, url) }}

metadata

{% for key in metadata %} {% endfor %}
key value
{{ key }} {% if metadata[key] is mapping %}
Copy as JSON
{% endif %} {{ macros.copy_urlize(metadata[key]) }}

Made with bellingcat/auto-archiver v{{ version }}