aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/index.jade
blob: 89a225609366c861b6967bce0e1f536ca97a36b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extends layout

block head
  link(rel='stylesheet', href='/bundle.css')

block content
  #root

block scripts
  script.
    !{flagsStr}
    !{usersStr}
    !{dailyScheduleWeeksStr}
    !{basisScheduleWeeksStr}
  script(src='/bundle.js')