diff options
Diffstat (limited to 'view/html/nav.html')
-rw-r--r-- | view/html/nav.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/html/nav.html b/view/html/nav.html new file mode 100644 index 0000000..7bc0206 --- /dev/null +++ b/view/html/nav.html @@ -0,0 +1,5 @@ +{{define "nav"}} + <nav> + <a href="/recipes">HOME</a> + </nav> +{{end}} |