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

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

block content
  #root

block scripts
  script(src='/bundle.js')