mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-24 12:24:34 +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>
|