// base template
include ../mixin/base

doctype html
html
  head
    block head
      +css('/template/base.css')
      +script('/lib-3p/jquery.js')
      +script('/lib-3p/lodash.js')
      +script('/lib-3p/reconnecting-websocket.js')
      // TODO make the following library requirable
      +script('/lib-3p/wavencoder.js')
  body
    block layout
    block script
      +script('/template/base.js')
