I am new to Umbraco and I'm trying to display an Image by using a document type, embedding the image into a template.
The document typ is called Image with an alias named Image, I have used the Media Picker document type.
I have the following line of code but it doesn't seem to be showing the image.
Can anyone help?
<img src="@Umbraco.Field("image")" alt=""/>