11 lines
		
	
	
		
			512 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			512 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{- $scratch := newScratch -}}
 | 
						|
{{- partial "geturl.html" (dict "scratch" $scratch "path" (.Get 0) "siteSourceUrl" .Site.Params.siteSourceUrl "submoduleLinks" .Site.Data.submodules) -}}
 | 
						|
{{- $groupconfig := dict
 | 
						|
       "url" ($scratch.Get "bestUrl")
 | 
						|
       "basePath" ($scratch.Get "bestPath")
 | 
						|
       "path" (.Get 0)
 | 
						|
       "comment" ", entire file"
 | 
						|
       "content" (safeHTML (printf "<pre><code>%s</code></pre>" (htmlEscape (readFile (printf "code/%s" (.Get 0))))))
 | 
						|
-}}
 | 
						|
{{- partial "group.html" $groupconfig -}}
 |