Comment ajouter des images dans HML tout en utilisant Flask
<image src="{{url_for('static',filename = 'images/download.jpg')}}" >
<!--filename = "path of your image in in static folder"-->
Cheerful Crocodile