head
    title CoopStarter
    meta(charset="utf-8")
    script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
    script(type="module" src="https://unpkg.com/@startinblox/core@0.9")
    script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
    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")
    link(rel="stylesheet" href="/styles/index.css")
    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"
            }