summaryrefslogtreecommitdiffstats
path: root/ui/html/partials/nav.tmpl.html
blob: ac791927073057364c185408e9d196c0ca117f34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{ define "nav" }}
<nav>
    <h1>DefNucSyR Engagement Database</h1>
    <a href="/">Home</a>
    <a href="/organisation/list">Organisations</a>
    <a href="/operation/list">Operations</a>
    <a href="/person/list">People</a>
    <a href="#">Engagement Planning</a>
</nav>
{{ end }}