itsdrike.com/layouts/_default/single.html

13 lines
185 B
HTML
Raw Normal View History

2021-08-24 17:10:29 +00:00
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{.Title}}</title>
</head>
<body>
<h1>{{.Title}}</h1>
<h4>{{.Date}}</h4>
<br>
{{.Content}}
</body>
</html>