summaryrefslogtreecommitdiff
path: root/templ/navlinks.tpl
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 22:34:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 22:34:48 +0200
commitb731258e18504ce41ba96ff890c96a385e7a3347 (patch)
tree5648765e92661fdf129a44c47e9f0295dd46b36d /templ/navlinks.tpl
parent09fccc3599dc4f23a60c4bdbc77c2f4740e2ade4 (diff)
downloadgosten-b731258e18504ce41ba96ff890c96a385e7a3347.tar.gz
gosten-b731258e18504ce41ba96ff890c96a385e7a3347.tar.bz2
gosten-b731258e18504ce41ba96ff890c96a385e7a3347.zip
Overhaul navbar and general site setup
Diffstat (limited to 'templ/navlinks.tpl')
-rw-r--r--templ/navlinks.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templ/navlinks.tpl b/templ/navlinks.tpl
new file mode 100644
index 0000000..0d71d7e
--- /dev/null
+++ b/templ/navlinks.tpl
@@ -0,0 +1,8 @@
+{{define "navlinks"}}
+ <li class="nav-item">
+ <a class="nav-link" href="/categories">Kategorien</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="/constant">Konstante Kosten</a>
+ </li>
+{{end}} \ No newline at end of file