resurrect — mode: {{ result.mode }} / threshold: {{ result.threshold }}

threshold:
{% if result.candidates %} {% for c in result.candidates %} {% endfor %}
類似度archive(過去)現役
{{ c.similarity }}
{{ c.archive_title or '(no title)' }}
{{ c.archive_path }}
{{ c.related_title or '(no title)' }}
{{ c.related_path }}
{% else %}

蘇生候補なし(threshold を下げるか、archive を増やしてみてください)

{% endif %}