mirror of
				https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
				synced 2025-10-31 18:25:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			738 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			738 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {{ $model := . }}
 | |
| 
 | |
| 
 | |
| <div class="flex flex-row w-full border-b pb-2 mb-3">
 | |
| 	{{- template "_letterhead" .meta -}}
 | |
| 
 | |
| 
 | |
| 	<div class="self-end justify-self-end grow-0 print:hidden">
 | |
| 		{{ if .prev }}
 | |
| 			<a href="/brief/{{ .prev.Letter }}" class="stdlink"
 | |
| 				><i class="ri-arrow-left-long-line"></i
 | |
| 			></a>
 | |
| 		{{ end }}
 | |
| 		<span class="mx-1 font-variant-small-caps">LKB</span>
 | |
| 		{{ if .next }}
 | |
| 			<a href="/brief/{{ .next.Letter }}" class="stdlink"
 | |
| 				><i class="ri-arrow-right-long-line"></i
 | |
| 			></a>
 | |
| 		{{ end }}
 | |
| 	</div>
 | |
| </div>
 | |
| 
 | |
| <div class="text">
 | |
| 	{{- Safe (ParseGeneric .text.Content) -}}
 | |
| </div>
 | |
| 
 | |
| <div class="traditions mt-12 pt-3 border-t-gray-200 border-t-1 max-w-[90ch] print:border-none">
 | |
| 	{{ template "_lettertrad" $model.meta -}}
 | |
| </div>
 | 
