summaryrefslogtreecommitdiffstats
path: root/ui/html/partials/nav.tmpl.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-18 11:06:32 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-18 11:06:32 +0100
commit20560419614e22fbb58567cdb0b88b54caf679f4 (patch)
tree163df44f07907d865b363db3bc198287ebd3d25f /ui/html/partials/nav.tmpl.html
parent435742cede199e3c85b5e2eb5a42ccbee4906a05 (diff)
Adds code from ded-go-core - no database
D2S test app code removed (nginx error). Adds all go code from `ded-go-core` using the basic Gov.UK UI for a test page for DED.
Diffstat (limited to 'ui/html/partials/nav.tmpl.html')
-rw-r--r--ui/html/partials/nav.tmpl.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/html/partials/nav.tmpl.html b/ui/html/partials/nav.tmpl.html
new file mode 100644
index 0000000..ac79192
--- /dev/null
+++ b/ui/html/partials/nav.tmpl.html
@@ -0,0 +1,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 }}