Categoriecontroller added

This commit is contained in:
2023-11-19 12:27:53 +01:00
parent 57b217793d
commit fa3132f61d
8 changed files with 79 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<h2>Spiele</h2>
<ul class="menu-category">
{{ range $i, $section := .sectionen }}
<li><a href="/section/{{ $i }}">{{ $section.Name }}</a></li>
<li><a href="/section/{{ $section.ID }}">{{ $section.Name }}</a></li>
{{ end }}
</ul>
</nav>