The Menu template

The Menu template has the links defined for Home and Create Customer, as shown in the following code (Menu.tmpl):

{{ define "Menu" }}
<a href="/">Home</a> |<a href="/create">Create Customer</a>
{{ end }}