{{ applicationName }} is running
@for (product of products; track product.name) {
0 ? 'green' : 'inherit'"> {{ product.name }} @if ((product.likes || 0) > 0) { (liked) }
@if (product.likes) {
Likes: {{ product.likes }}
} @if (product.tags && product.tags.length > 0) {
@for (tag of product.tags; track tag) {
{{ tag }}
}
}
}