Skip to content
Snippets Groups Projects
header.pug 670 B
Newer Older
sib-widget(name='account-user-avatar')
  template
    img(name="${name}",src="\${value || '/images/alien.jpg'}",style="max-width:100%; max-height: 100%;")

sib-widget(name='account-user-name')
  template
    p Hello ${value} :-)

.container
    .d-flex.justify-content-between
        a(href='/') Mentorship program
        include menu.pug

        sib-display#user-controls__profile(
            fields='first_name, account.picture',
            widget-first_name='account-user-name',
            widget-account.picture='account-user-avatar',
            bind-user
        )

        button(role='log out' onclick="document.querySelector('sib-auth').logout();") Logout