23 lines
460 B
Plaintext
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}
|