itsdrike.com/layouts/_default/single.html
2021-08-24 19:10:29 +02:00

13 lines
185 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{.Title}}</title>
</head>
<body>
<h1>{{.Title}}</h1>
<h4>{{.Date}}</h4>
<br>
{{.Content}}
</body>
</html>