mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			198 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			198 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{range $i, $att :=  .Page.Params.attachments }}
 | |
| {{if eq $att.filename ($.Get "name")}}
 | |
| <viewppt name="{{$.Site.BaseURL}}{{$.Page.Params.id}}/{{$att.filename}}">{{$.Inner}}</viewppt>
 | |
| {{end}}
 | |
| {{end}} |