head
    title CoopStarter
    meta(charset="utf-8")
    script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
    //- script(type="module" src="/scripts/sib-core/dist/index.js")
    script(type="module" src="https://unpkg.com/@startinblox/core@0.9.27")
    script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
    //- script(type="module" src="/scripts/sib-auth/index.js")
    script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
    script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.4")
    script(src="https://kit.fontawesome.com/48014d2af3.js")
    script(src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous")
    script(src="/scripts/coopstarter.js")
    script(async src="https://platform.twitter.com/widgets.js" charset="utf-8")
    script(src="https://browser.sentry-cdn.com/5.15.5/bundle.min.js" integrity="sha384-wF7Jc4ZlWVxe/L8Ji3hOIBeTgo/HwFuaeEfjGmS3EXAG7Y+7Kjjr91gJpJtr+PAT" crossorigin="anonymous")
    link(rel="stylesheet" href="/styles/index.css")
    sib-analytics(
        type="matomo"
        url="https://sib.matomo.cloud/"
        id="1"
    )

    script(data-default-context type="application/ld+json" ).
        
            {
                "entrepreneurProfile": "http://happy-dev.fr/owl/#entrepreneur_profile",
                "mentorProfile": "http://happy-dev.fr/owl/#mentor_profile",
                "account": "http://happy-dev.fr/owl/#account",
                "picture":"foaf:depiction"
            }