mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 05:45:32 +00:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
{{ define "letterlist" }}
|
|
<div class="letter-list">
|
|
{{ range . }}
|
|
<a class="letter-list-item" href="/brief/{{ .Number }}">
|
|
{{ template "letterhead" . }}
|
|
</a>
|
|
{{ end }}
|
|
</div>
|
|
{{ end }}
|