This should be something embarrassingly simple, but I can\'t get it to work: I\'d simply like to display an image that was uploaded to the Umbraco Media Library (Umbraco 7.1.1)
Inside the template
umbraco:Macro runat="server" language="cshtml"
img src="@Model.MediaById(Model.photo).umbracoFile" alt=""/
/umbraco:Macro
---Model.photo =photo is a alice name