<!doctype html>
<html>
<head>
<meta charset = "utf-8">
</head>
<body>
{{ partial "nav.html" . }}
{{ .Content }}
</body>
</html>