Learn Data Structures and Algorithms with Golang
上QQ阅读APP看书,第一时间看更新

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 }}