@page "/cart"

Cart

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