doctype html
html
    head
        title= 'Workstation Styleguide'
        meta(charset="utf-8")
        meta(http-equiv="X-UA-Compatible", content="IE=edge,chrome=1")
        link(rel='stylesheet', href=__DEPLOYED_URL__ + 'fonts.css')
        link(rel='stylesheet', href=__DEPLOYED_URL__ + 'frontend-design-hub.css')
    body
        #app
        script(src=__DEPLOYED_URL__ + 'bundle.js')
