This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
rdelaage.ovh/layouts/_default/baseof.html

25 lines
435 B
HTML

<!DOCTYPE html>
<html>
<head>
{{ partial "header.html" . }}
{{ if eq .Type "cv" }}
<link rel="stylesheet" href="https://css.rdelaage.ovh/grade.css" />
{{ end }}
</head>
<body>
<header>
{{ partial "page_header.html" . }}
</header><!--
--><nav>
{{ partial "navigation.html" . }}
</nav><!--
-->{{ block "main" . }}{{ end }}<!--
--><footer>
{{ partial "footer.html" . }}
</footer>
</body>
</html>