mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 14:32:25 +00:00
15 lines
328 B
HTML
15 lines
328 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
|
|
<head>
|
|
{{ partial "head.html" . }}
|
|
</head>
|
|
|
|
<body background="#FFFFFF" text="#000000">
|
|
{{ partial "header.html" . }}
|
|
{{ block "content" . }}
|
|
{{ end }}
|
|
{{ partial "footer.html" . }}
|
|
</body>
|
|
|
|
</html> |