2015-05-05 16:30:51 +02:00
|
|
|
extends ./main
|
|
|
|
|
2016-01-08 16:05:09 +01:00
|
|
|
block append extrahead
|
|
|
|
script GLOB = typeof GLOB !== 'undefined' ? GLOB : {};
|
|
|
|
|
2015-05-05 16:30:51 +02:00
|
|
|
block js
|
2015-05-22 16:59:33 +02:00
|
|
|
script(src="/static/js/three.min.js")
|
|
|
|
script(src="/static/js/stats.min.js")
|
2015-06-09 17:36:21 +02:00
|
|
|
script(src="/static/js/socket.io.min.js")
|
2015-07-01 15:03:11 +02:00
|
|
|
script(src="/static/js/l3d.min.js")
|