mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-10-31 10:15:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {{ $reihe := index . 0 }}
 | |
| {{ $rels := index . 1 }}
 | |
| {{ $entries := index . 2 }}
 | |
| {{ $shownos := index . 3 }}
 | |
| 
 | |
| {{ if $rels }}
 | |
| 	{{ range $_, $rel := $rels }}
 | |
| 		{{ $bd := index $entries $rel.Entry }}
 | |
| 		{{ if $bd }}
 | |
| 			<a href="/almanach/{{ $bd.MusenalmID }}">
 | |
| 				{{ if ne $bd.Year 0 }}
 | |
| 					{{ $bd.Year }}
 | |
| 				{{ else }}
 | |
| 					[o.J.]
 | |
| 				{{ end }} </a
 | |
| 			> 
 | |
| 			{{ if $shownos }}
 | |
| 				{{ $bd.MusenalmID }}
 | |
| 			{{ end }}
 | |
| 		{{ end }}
 | |
| 	{{ end }}
 | |
| {{ end }}
 | 
