mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-24 00:29:03 +00:00
9 lines
147 B
HTML
9 lines
147 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{.Title}}</title>
|
|
</head>
|
|
<body>
|
|
{{ partial "content.html" . }}
|
|
</body>
|
|
</html>
|