doctype 5
html(lang='ja')
  head
    meta(charset='UTF-8')
    title= (title ? title + ' - ' : '') + 'Droonga Dashboard'
    meta(name='viewport', content='width=device-width, initial-scale=1.0')
    link(rel='stylesheet', href=prefix + '/styles/override.css', type='text/css', media='screen')
    script(type='text/javascript', src=prefix + '/bootstrap/js/bootstrap.min.js')
  body
    .navbar.navbar-fixed-top
      .navbar-inner
        .container
          a.brand(href=prefix + '/dashboard') Droonga Dashboard
          form
            input(type='text', placeholder='Search')
