name + owner displayed

This commit is contained in:
Gaëlle Morin 2019-10-24 19:07:56 +02:00 committed by Christophe Henry
parent 9489fece13
commit af0db1462e
1 changed files with 9 additions and 1 deletions

View File

@ -1 +1,9 @@
h1 Hello!
h1 Circles
div
//- Search a circle
sib-display(
data-src=`${endpoints.circles}`
fields='name, owner.username'
)