6 lines
63 B
HTML
6 lines
63 B
HTML
|
{{define "nav"}}
|
||
|
<nav>
|
||
|
<a href="/">Home</a>
|
||
|
</nav>
|
||
|
{{end}}
|