@model LogoModel
<a href="@Url.RouteUrl("Homepage")">
<img title="" alt="@Model.StoreName" src="@Model.LogoPath">
</a>