@model List @{ ViewBag.Title = "About Us"; }

About

@foreach(string image in Model) { string path = image + "?width=150"; @image }