12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
extends layout-2.pug
|
|
|
|
block append head
|
|
script(src='/vendor/three.js')
|
|
script(src='/game.js')
|
|
|
|
block content
|
|
p
|
|
| cheks manually the head section
|
|
br
|
|
| hello there
|