Files
spritzschema/views/layout.pug
2023-05-06 16:41:30 +02:00

23 lines
482 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}' === 'true',
version: '#{version}',
date: '#{date}',
doinit: '#{doinit}' === 'true'
}
body
block content
footer
#v
| Version #{version} vom #{date}