2021-04-09 11:28:39 +00:00
|
|
|
if componentSet.has('communities') && getRoute('communities')
|
2021-04-07 21:21:50 +00:00
|
|
|
solid-widget(name='hubl-communities-profile-email')
|
2021-04-26 16:12:44 +00:00
|
|
|
template ${value != "" ? `<a class="link margin-bottom-xsmall icon mdi-email-outline icon-third icon-large icon-margin-right-xsmall link-hover" href="mailto:\${value}">${value}</a>` : ""}
|