OpenDeck/views/layout.pug
2021-03-08 11:54:28 +01:00

11 lines
288 B
Plaintext

doctype html
html
head
title= "OpenDeck" + (title ? " - " + title: "")
link(rel="stylesheet", href="/stylesheets/style.css")
body
block content
script(src="/javascripts/materialize.js")
script(src="/socket.io/socket.io.js")
script(src="/javascripts/index.js")