add h1 header of value $title$

This commit is contained in:
2021-05-01 11:48:41 +01:00
parent 731f71610d
commit abaa0c2125
2 changed files with 2 additions and 1 deletions

View File

@@ -6,5 +6,6 @@
<title>$title$</title>
</head>
<body>
<h1>$title$</h1>
$body$
</body>