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