hubl/src/views/partials/widgets/hubl-communities-profile-pi...

4 lines
274 B
Plaintext
Raw Normal View History

2021-04-07 21:21:50 +00:00
if componentSet.has('communities')
solid-widget(name='hubl-communities-profile-picture')
template ${value != "" ? `<div \style="background-image:url(${value});" />` : `<div class="picture-empty"><object type="image/svg+xml" data="/images/photos.svg"></object></div>`}