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

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

block content
  #root

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