Here is a quick fix! let's say we have an image folder and we want to useimages/flower.jpg
Step 1 . Put the folder imagesin the folder static.
Step 2 . In the text, connect the image with ../static/images/flower.jpg.
eg:

or
<img src="../static/images/flower.jpg" alt="flower">
source
share