mirror of
				https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
				synced 2025-10-31 02:05:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			294 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {{- template "_letterhead" .meta -}}
 | |
| 
 | |
| {{ if .prev }}
 | |
| 	<a href="/brief/{{ .prev.Letter }}" class="stdlink">Vorheriger</a>
 | |
| {{ end }}
 | |
| {{ if .next }}
 | |
| 	<a href="/brief/{{ .next.Letter }}" class="stdlink">Nächster</a>
 | |
| {{ end }}
 | |
| 
 | |
| 
 | |
| <div class="text">
 | |
| 	{{- Safe (ParseGeneric .text.Content) -}}
 | |
| </div>
 | 
