Use external link in img src in flask jinja2

Solution 1:

Why not simply:

<img src='https://unsplash.com/photos/uUVkzxDR1D0'
  alt="No image">

Of course this hotlinks that image from the remote server within your page, which some hosts may disable for their images.