itsdrike.com/layouts/_default/single.html

10 lines
147 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>
2021-08-24 17:49:26 +00:00
{{ partial "content.html" . }}
2021-08-24 17:10:29 +00:00
</body>
</html>