wxrx/lib/web-templates/document.template

13 lines
180 B
Plaintext

<!doctype html>
<html>
<head>
<title>{{TITLE}}</title>
</head>
<body>
{{CONTENT}}
<footer>
Generated {{GENERATED_AT}}; KO4UXG
</footer>
</body>
</html>