layout.pug 396 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
4
5
6
7
8
9
10
11
12
doctype html
html
    head
        title PassportJS SAML example
        block links
            link(rel='stylesheet', href='bower_components/bootstrap/dist/css/bootstrap.css')
    body
        div.container
            block content
        script(src='bower_components/jquery/dist/jquery.min.js')
        script(src='bower_components/bootstrap/dist/js/bootstrap.min.js')
        block scripts