Dealing with Broken Images
I noticed that sometimes if there are network issues or if an image is deleted, we wind up getting broken images.
Perhaps we could add something like this to the image tags:
onerror="this.src="/path/to/fallback-image.png""
That way even if the image no longer exists, we get a fallback image instead.