oxen-observer/templates/not_found.html

331 B

{% extends "_basic.html" %} {% block content %}

Not Found!

{%if type == 'tx'%}

The transaction with id {{id}} was not found on the blockchain.

{%else%}

Whoops! Couldn't find what you were looking for.

{%endif%}
{% endblock %}