mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-24 04:14:35 +00:00
13 lines
185 B
HTML
13 lines
185 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{.Title}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{.Title}}</h1>
|
|
<h4>{{.Date}}</h4>
|
|
<br>
|
|
{{.Content}}
|
|
</body>
|
|
</html>
|