hubl/src/views/partials/widgets/hubl-communities-logo.pug

3 lines
205 B
Plaintext
Raw Normal View History

2021-04-04 15:42:24 +00:00
if componentSet.has('admin') && componentSet.has('communities')
solid-widget(name='hubl-communities-logo')
template ${value != "" ? `<div \style="background-image:url(${value});" />` : `<div></div>`}