<!DOCTYPE html>
<html>
<head>
{{template "base/head.html" .}}
</head>
<body>
{{template "base/navbar.html" .}}
<div class="container">
{{template "body" .}}
</div>
{{template "base/footer.html" .}}
</body>
</html>