mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{define "breadcrumb"}}
 | |
| {{ if .page.Parent}}
 | |
| {{$value := (printf "<a href='%s'>%s</a> > %s" .page.Parent.URL .page.Parent.Title .value)}}
 | |
| {{ template "breadcrumb" dict "page" .page.Parent "value" $value }} 
 | |
| {{else}}
 | |
|  {{.value|safeHTML}}
 | |
| {{end}}
 | |
| {{end}} |