!!!5
html
  head
    title Spectacular
    meta(charset='utf-8')
    meta(content='IE=edge,chrome=1', http-equiv='X-UA-Compatible')
    meta(content='width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=no', name='viewport')

    link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Roboto:400,100,300', type='text/css')
    link(rel='stylesheet', href='http://netdna.bootstrapcdn.com/font-awesome/3.1.0/css/font-awesome.min.css', type='text/css')
    link(rel='stylesheet', href='build/css/spectacular.css', type='text/css')
    script.
      window.spectacular = {
        options: {
          verbose: false,
          trace: true,
          longTrace: false,
          showSource: true,
          format: 'documentation',
          fixturesRoot: './js/fixtures',
          paths: ['js/specs.js']
        },
        templates: {}
      }

    script(src='build/vendor/jade.js', type='text/javascript')
    script(src='build/vendor/snap.js', type='text/javascript')
    script(src='build/js/spectacular.js', type='text/javascript')
    script(src='build/js/templates.js', type='text/javascript')
    script(src='js/specs.js', type='text/javascript')

