mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			302 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			302 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{range $i, $att :=  .Page.Params.attachments }}
 | |
| {{if eq $att.filename ($.Get "filename")}}
 | |
| <a class="{{$att.iconclass}}" href="{{$.Site.BaseURL}}{{$.Page.Params.id}}/{{$att.filename}}" title="Dernière modification le {{$att.lastmodifieddate}}" >{{$.Inner}}</a> ({{$att.nicefilesize}})
 | |
| {{end}}
 | |
| {{end}} |