layouts.jade 620 B

1234567891011121314151617181920212223242526
  1. head
  2. title LibreBoard
  3. meta(name="viewport"
  4. content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
  5. link(rel="shortcut icon" href="/favicon.png")
  6. template(name="userFormsLayout")
  7. section.auth-layout
  8. h1.at-form-landing-logo
  9. img(src="/logo.png" title="LibreBoard")
  10. +yield
  11. template(name="defaultLayout")
  12. #surface
  13. +header
  14. #content
  15. +yield
  16. template(name="notfound")
  17. +message(label='page-not-found')
  18. template(name="message")
  19. .big-message.quiet(class=color)
  20. h1 {{_ label}}
  21. with(pathFor route='atSignIn')
  22. p {{{_ 'page-maybe-private' this}}}