doctype
html(lang="ja")
  head
    != partial("_includes/_head")
  body.page-login
    != yield
    != partial("_includes/_script")
