mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 01:05:32 +00:00
11 lines
266 B
Plaintext
11 lines
266 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 }}
|
|
|
|
{{- Safe (ParseGeneric .text.Content) -}}
|