{% extends "base.html" %}
{% block title %}404 — Solidity Flow Navigator{% endblock %}
{% block body_class %}error-page{% endblock %}
{% block content %}
{# v0.10.4: minimal styled 404 in the tool's own chrome (the Flask default
error page is bare HTML with none of the site header). Typical arrival
path: a stale or hand-edited /flow/ after a re-run changed the
entry-point set. #}