{% macro known_content_details(details) %}
The same file was seen in {{ total_captures }} other captures.
{# Lists of other captures loading the same content... #}The following captures get the same file from a different URL
{{ other_captures_table(other_captures['different_url']) }}The following captures get the same file from the same URL
{{ other_captures_table(other_captures['same_url']) }}This file is loaded multiple times in this capture.
{% endif %} {% endmacro %} {% macro other_captures_table(entries) %}Title | Timestamp | Domain |
---|---|---|
{{ title }} | {{ timestamp }} | {{ hostname }} |