{{define "body"}}
<h1>Lishwist</h1>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
</ul>
</nav>
<h2>{{.Username}}'s list</h2>
{{range .Gifts}}
<li>{{.Name}}</li>
{{end}}