mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-28 16:55:32 +00:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
{{- 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 }}
|