Skip to content
Snippets Groups Projects
widgets.pug 1022 B
Newer Older
sib-widget(name='cs-section_header')
  template
    h2 ${label}

sib-widget(name='cs-display-resource-property')
  template
    p #[b ${label}] ${value} 

sib-widget(name='cs-display-property')
  template
    p ${value} 

sib-widget(name='cs-display-related-property')
  template
    p ${value.name} 

sib-widget(name='cs-display-multiple-property')
  template
    p #[b ${label}] ${value.name} 

sib-widget(name='cs-display-step-property')
  template
    p #[b ${label} ${value.order}:] ${value.name} 
      
sib-widget(name='cs-form-password')
    template
        label
            div ${label}
            input(
                type='password'
                value="${value}"
                name="${name}"
            )

sib-widget(name='cs-section_introduction')
    template
        div
            h2 ${label}
            p Informations will appear on your profile to inform entrepreneurs about your skills and activities. We will also use those information to address specific resources for validation.