mirror of
https://github.com/trwnh/hugo-content-adapter-mastodon.git
synced 2024-11-24 09:31:21 +00:00
15 lines
258 B
HTML
15 lines
258 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>{{.Title}}</title>
|
||
|
{{ block "head" . }}
|
||
|
{{ end }}
|
||
|
</head>
|
||
|
{{ block "body" . }}
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
{{ end }}
|
||
|
</html>
|