<!DOCTYPE html>
<html>
{{ partial "head.html" (dict "title" .Title ) }}
<body>
<div class="container">
{{ .Content }}
</div>
</body>
</html>