1 2 3 4 5 6 7 8 9
{% extends "base.html" %} {% block title %}Not found — repo-trust{% endblock %} {% block content %} <h2>Not found</h2> <p>{{ message }}</p> <p><a href="/">← Back to all reports</a></p> {% endblock %}