@for (product of goods; track product.id){ }
# Name Price
{{ product.id }} {{ product.name }} {{ product.price | currency }}
@if (page) { }