Goal: Load an image with a dynamic source. If no image is found, then load a placeholder image instead.
This should demonstrate what I\'m trying to
src="validImage ? validImageUrl : placeHolderImgUrl"