forked from tsc-vfl/hugo-page
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			229 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			229 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="person">
 | |
|     <div class="image">
 | |
|         {{- $param := . -}}
 | |
|         {{- with .image -}}
 | |
|             <img src="{{ . }}" {{ with $param.name }}alt="Bild {{ $param.name }}"{{ end }}>
 | |
|         {{- end -}}
 | |
|     </div>
 | |
|     
 |