Files
spritzschema/views/layout.pug
2023-05-03 20:24:05 +02:00

23 lines
460 B
Plaintext

doctype html
html
head
title= 'Spritzschema'
link(rel='stylesheet', href='/stylesheets/style.css')
script(src="https://cdn.jsdelivr.net/npm/luxon@3.3.0/build/global/luxon.min.js")
script(src="/javascripts/script.js")
script.
let sysParams = {
testing: '#{test}',
version: '#{version}',
date: '#{date}',
doinit: '#{doinit}'
}
body
block content
footer
#v
| Version #{version} vom #{date}