doctype html
html
  head
    title= title

    // Viewport mobile tag for sensible mobile support
    meta(name="viewport",content="width=device-width, initial-scale=1, maximum-scale=1")
    // Default home page
    
    // STYLES
    link(rel="stylesheet", href="/styles/importer.css")
    // STYLES END
    block styles

  body
    block body

    // The linker searches for this tag and adds js.  If there's no linker, we point to sails.io.js
    // SCRIPTS
    script(src="/bower/angular-ui-router/angular-ui-router.js")
    script(src="/bower/angular/angular.js")
    script(src="/bower/sails.io.js")
    script(src="/bower/sails.io.js/sails.io.js")
    script(src="/js/app/app.js")
    // SCRIPTS END
    script(src="//localhost:9091")

