html head meta(charset="utf8") meta(name="csrf-token", content=csrf) block links link(rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Open+Sans") link(rel="stylesheet", type="text/css", href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css") link(rel="stylesheet", type="text/css", href="/style/main.css") link(rel="stylesheet", type="text/css", href="/style/admin.css") script. window.variables = { server_time: parseInt('#{server_time}') }; title block title |Icy Network - Administration body #app block navigation nav ul li a.navlogo(href="/") Icy Network li router-link(to="/") Home li router-link(to="/oauth2") OAuth2 ul.right li a(href="/user/manage") #{user.display_name} .wrapper block body script(src="/script/admin.js")