- Learn Data Structures and Algorithms with Golang
- Bhagvan Kommadi
- 32字
- 2021-06-24 15:37:43
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 }}