2020-07-09 13:49:56 +00:00
|
|
|
solid-notifications-template(data-rdf-type='hd:circle')
|
|
|
|
template
|
|
|
|
.solid-notification__avatar
|
2020-07-16 11:51:52 +00:00
|
|
|
| ${await author['account.foaf:depiction'] ? `<img src="${await author['account.foaf:depiction']}" style="max-width:100%; max-height: 100%;" />` : `<object type="image/svg+xml" data="/images/alien.svg"></object>`}
|
2020-07-09 13:49:56 +00:00
|
|
|
.solid-notification__content
|
|
|
|
.solid-notification__title ${await author.name}
|
2020-07-10 09:43:21 +00:00
|
|
|
span.solid-notification__title__side dans
|
|
|
|
span.solid-notification__title__icon ${(await object.status) == 'Public' ? '#' : ''}
|
|
|
|
| ${await object.name}
|
2020-07-09 13:49:56 +00:00
|
|
|
p.solid-notification__summary ${summary}
|