notify.moe/pages/users/users.pixy
2017-06-10 02:51:11 +02:00

6 lines
108 B
Plaintext

component Users(users []*arn.User)
h2.page-title Users
.user-avatars
each user in users
Avatar(user)