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