mirror of
				https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
				synced 2025-11-03 19:55:32 +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 -}}
 |