mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 05:45:32 +00:00
more stuff
This commit is contained in:
9
templates/components/letterlist.gohtml
Normal file
9
templates/components/letterlist.gohtml
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "letterlist" }}
|
||||
<div class="letter-list">
|
||||
{{ range . }}
|
||||
<a class="letter-list-item" href="/brief/{{ .Number }}">
|
||||
{{ template "letterhead" . }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user