Inserting image into HTML
I have an HTML view that gathers "blog posts" and displays them. I have an image upload in the form, and I want to display the image, but only if one has been uploaded. At the moment I can't get the image to load.
I also can't seem to insert an IF statement after the for statement below. Any help greatly appreciated.