Server is running!
@if (status === 'active') {
Everything is operating normally.
}
@for (user of users; track user.id) {
{{ user.name }}
}