This repository has been archived on 2023-01-03. You can view files and clone it, but cannot push or open issues or pull requests.
mysecrets/templates/page.html

10 lines
No EOL
100 B
HTML

$def with (title, body)
<html>
<head>
<title>$title</title>
</head>
<body>
$:body
</body>
</html>