404.html 120 Bytes Edit Raw Blame History 1 2 3 4 5 {% extends "base.html" %} {% block content %} <img src="{{ url_for('static',filename='pic/404.jpg') }}" {% endblock %}