mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 05:42:17 +00:00
15 lines
292 B
HTML
15 lines
292 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>
|
|
{{ partial "header.html" . }}
|
|
{{ block "content" . }}
|
|
{{ end }}
|
|
{{ partial "footer.html" . }}
|
|
</body>
|
|
|
|
</html> |