9 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ $img := imageConfig (add "/static/" (.Destination | safeURL)) }}
 | 
						|
 | 
						|
<img
 | 
						|
  src="{{ .Destination | safeURL }}"
 | 
						|
  alt="{{ .Text }}"
 | 
						|
  loading="lazy"
 | 
						|
  width="{{ $img.Width }}"
 | 
						|
  height="{{ $img.Height }}"
 | 
						|
/>
 |