doctype html
html(lang='en')
    head
        title #{title || (_app && _app.name) || 'CoreID'}

        block meta
            meta(charset='utf-8')
            meta(name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no')
            meta(name='description' content=(description || 'CoreID is a self-hosted, next-generation identity server.'))
            meta(name='author' content='Garrett Mills (garrett@glmdev.tech)')

        block style
            link(rel='stylesheet' href='/assets/lib/bootstrap/bootstrap-4.4.1.min.css')
    body
        .app-container
            block app
        block script
            script(src='/assets/error-log.js')
            script(src='/assets/lib/axios/axios.min.js')
            script(src='/assets/lib/jquery/jquery-3.4.1.slim.min.js')
            script(src='/assets/lib/popper/popper-1.16.0.min.js')
            script(src='/assets/lib/bootstrap/bootstrap-4.4.1.min.js')
            script(src='/assets/lib/vue/vue-2.6.11.js')
            script(src='/assets/lib/vues6/vues6.js' type='module')