doctype html
html(lang='ja')
  head
    meta(charset='UTF-8')
    title= (title ? title + ' - ' : '') + 'Sharery'
    meta(name='viewport', content='width=device-width, initial-scale=1.0')
    link(rel='stylesheet', type='text/css', href='/css/bootstrap.min.css')
    link(rel='stylesheet', type='text/css', href='/css/bootstrap-theme.min.css')
  body
    .container
      h1 Error
      p= error
      pre= error.stack

    script(type='text/javascript', src='/js/bootstrap.min.js')
