Recursive images, good for favicons and phone images.
@if (Model.Content.HasValue("favicon", true))
{
var mediaItem = Umbraco.TypedMedia(Model.Content.GetPropertyValue("favicon", true));
<link rel="icon" href="@mediaItem.GetPropertyValue("umbracoFile")">
}