mirror of
				https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
				synced 2025-11-03 19:55:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			332 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			332 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{{ $model := . }}
 | 
						|
{{- range $i, $trad := (Tradition $model.Letter) -}}
 | 
						|
	<div class="traditioncategory mb-6">
 | 
						|
		<div class="tradition-header font-bold">
 | 
						|
			{{- (App $trad.Reference).Name -}}
 | 
						|
		</div>
 | 
						|
		<div class="tradition-text text hyphens-auto font-sans">
 | 
						|
			{{- Safe (ParseGeneric $trad.Content) -}}
 | 
						|
		</div>
 | 
						|
	</div>
 | 
						|
{{- end -}}
 |