hubl/src/templates/hd-user-avatar.pug

3 lines
192 B
Plaintext

sib-widget(name='hd-user-avatar')
template ${value ? `<img src="${value}" style="max-width:100%; max-height: 100%;" />` : `<object type="image/svg+xml" data="/images/alien.svg")></object>`}