{% extends "base.html" %} {% block title %}Finding: {{ finding.title }}{% endblock %} {% block content %}

{{ finding.title }}

Path: {{ finding.path }}

Found by: {{ user.username }}

Found on: {{ finding.find_time.strftime('%Y-%m-%d %H:%M') }}


Content Preview

{{ finding.content_preview or 'No preview available.' }}
{% endblock %}