Some changes, path specific data

This commit is contained in:
Simon Martens
2025-02-18 18:39:30 +01:00
parent 0f32f38b5e
commit 3be64bd10d
19 changed files with 237 additions and 147 deletions

View File

@@ -1,12 +1,6 @@
{{ $model := . }}
{{ if .letters }}
<div>
{{ range $id, $r := .letters }}
<a href="/reihen?letter={{ $r }}">{{ $r }}</a>
{{ end }}
</div>
{{ end }}
{{ template "_alphabet" Dict "active" .letter "letters" .letters }}
<input