+
+
+
+ {{ range .Data.Pages }}
+ {{ $imagename := .Param "image" }}
+ {{ $imagelocation := (printf "%s/%s" "images/groups/" $imagename) }}
+ {{ $imageresource := resources.Get $imagelocation }}
+
+ {{ if $imageresource }}
+
+ {{ $image := $imageresource.Fit "390x390 webp" }}
+
+
+ {{ end }}
+ {{ .Title }}
+
+ {{ end }}
+
+ {{ if ne (len $publicreview) 0 }}
+
+
+
Technical Documents in Public Review
+
+
+
+
+
+
+ {{ range $prp := $publicreview }}
+ {{ with $.Site.GetPage $prp }}
+ - {{ .Title }}
+ {{ end }}
+ {{ end }}
+
+
+
+
+ {{ end }}
+
+
+{{ partial "footer.html" . }}