mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-10-30 17:55:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <div class="container-normal relative">
 | |
| 	<div class="text">
 | |
| 		{{ if .record.Title }}<h1 class="mb-12">{{ .record.Title }}</h1>{{ end }}
 | |
| 		<div class="text [&_*]:!indent-0 [&_p]:mt-2">
 | |
| 			{{ Safe .record.Text }}
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | 
