2021-07-06 16:42:06 +02:00

15 lines
287 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
{{#if title}}
<title>{{ title }}</title>
{{/if}}
</head>
<body>
{{! Triple braces to prevent HTML escaping }}
{{{ htmlBody }}}
</body>
</html>