Skip to content
Snippets Groups Projects
hd-user-avatar.pug 191 B
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>`}