{% extends "base.html" %} {% block title %}source {{ source.id[:12] }} · vouch review{% endblock %} {% block content %}

source {{ source.title or source.locator }}

← queue
id
{{ source.id }}
type
{{ source.type }}
locator
{{ source.locator }}
media type
{{ source.media_type }}
size
{{ source.byte_size }} bytes
added
{{ source.created_at }}

reverse index — claims citing this source

{% if not citing %}

no durable claim cites this source yet.

{% else %} {% endif %}
{% endblock %}