4 lines
282 B
Plaintext
4 lines
282 B
Plaintext
|
if componentSet.has('communities')
|
||
|
solid-widget(name='hubl-communities-profile-email')
|
||
|
template ${value != "" ? `<a class="link margin-bottom-xsmall icon mdi-email-outline icon-third icon-large icon-margin-right-xsmall" href="mailto:\${value}">\$value</a>` : `<span></span>`}
|