summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.jade
blob: 2dd3b2f2d47e978974bc1ff5aa17e5b7505ed719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
head
  title LibreBoard
  meta(name="viewport"
   content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
  link(rel="shortcut icon" href="/favicon.png")

template(name="userFormsLayout")
  section.auth-layout
    h1.at-form-landing-logo
      img(src="/logo.png" title="LibreBoard")
    +Template.dynamic(template=content)

template(name="defaultLayout")
  #surface
    +header
    #content
      +Template.dynamic(template=content)

template(name="notFound")
  +message(label='page-not-found')

template(name="message")
  .big-message.quiet(class=color)
    h1 {{_ label}}
    with(pathFor route='atSignIn')
      p {{{_ 'page-maybe-private' this}}}