@page @model ShoppingAssistantWebClient.Web.Pages.CartModel @{ }

Cart

@foreach (var product in Model.products) {
@{ string price = "N/A"; }
}