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

4 lines
252 B
Plaintext

if componentSet.has('communities') && getRoute('communities')
solid-widget(name='hubl-communities-profile-picture')
template ${value != "" ? `<div><div \style="background-image:url(${value});"></div></div>` : `<div class="picture-empty"></div>`}