{% extends "base.html" %} {% block title %}Finding: {{ finding.title }}{% endblock %} {% block content %}
Path: {{ finding.path }}
Found by: {{ user.username }}
Found on: {{ finding.find_time.strftime('%Y-%m-%d %H:%M') }}
{{ finding.content_preview or 'No preview available.' }}
{% endblock %}