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