404.html 120 Bytes
{% extends "base.html" %}

{% block content %}
<img src="{{ url_for('static',filename='pic/404.jpg') }}"
{% endblock %}