2026-05-18 21:15:19 -07:00
|
|
|
{{- $url := partial "geturl.html" (dict "path" (.Get 0)) -}}
|
2024-05-21 21:31:37 -07:00
|
|
|
{{- $groupconfig := dict
|
2026-05-18 21:15:19 -07:00
|
|
|
"url" $url.url
|
|
|
|
|
"basePath" $url.basePath
|
2024-05-21 20:59:08 -07:00
|
|
|
"path" (.Get 0)
|
|
|
|
|
"comment" ", entire file"
|
|
|
|
|
"content" (safeHTML (printf "<pre><code>%s</code></pre>" (htmlEscape (readFile (printf "code/%s" (.Get 0))))))
|
2024-05-21 21:31:37 -07:00
|
|
|
-}}
|
2024-06-09 18:36:54 -07:00
|
|
|
{{- partial "group.html" $groupconfig -}}
|