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