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

3 lines
191 B
Plaintext
Raw Normal View History

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