mirror of
				https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
				synced 2025-10-29 09:15:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			158 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {{- $letters := . }}
 | |
| 
 | |
| {{ range $l := $letters -}}
 | |
| 	<a class="block mb-4" href="/brief/{{ $l.Letter }}">
 | |
| 		{{- template "_letterhead" $l -}}
 | |
| 	</a>
 | |
| {{- end -}}
 | 
