hubl/src/page-group-profile.pug

18 lines
334 B
Plaintext

#group-profile
sib-display(
data-fields='name, description, owner',
widget-owner='hdapp-member',
bind-resources
)
h2.section.skills Participants
sib-display(
id-suffix='members',
data-fields='avatar, user',
widget-avatar='sib-display-img',
widget-user='hdapp-userinfo',
bind-resources
)