mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
Next/Prev stuff
This commit is contained in:
@@ -1 +1,8 @@
|
||||
{{- template "_letterhead" .meta -}}
|
||||
|
||||
{{ if .prev }}
|
||||
<a href="/brief/{{ .prev.Letter }}" class="stdlink">Vorheriger</a>
|
||||
{{ end }}
|
||||
{{ if .next }}
|
||||
<a href="/brief/{{ .next.Letter }}" class="stdlink">Nächster</a>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user