mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-30 17:55:32 +00:00
Seitenumbrüche und Weißraum FIX
This commit is contained in:
7
views/routes/components/_letterlist.gohtml
Normal file
7
views/routes/components/_letterlist.gohtml
Normal file
@@ -0,0 +1,7 @@
|
||||
{{- $letters := . }}
|
||||
|
||||
{{ range $l := $letters -}}
|
||||
<a class="block mb-2" href="/brief/{{ $l.Letter }}">
|
||||
{{- template "_letterhead" $l -}}
|
||||
</a>
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user