{{ partial "header.html" . }} {{ partial "navbar.html" . }}

{{ .Title }}

 
{{ if .Param "link" }} {{ .Param "link" }}  {{ end }}
 

{{ .Content }}

{{ if .Param "image" }}

 

{{ $imagename := .Param "image" }} {{ $imagelocation := (printf "%s/%s" "images/ready/" $imagename) }} {{ $imageresource := resources.Get $imagelocation }} {{ $image := $imageresource.Fit "600x600 webp" }}

{{ .Title }}

{{ end }}
    {{ if .Param "vendor" }}
  • Vendor : {{ .Param "vendor" }}
  • {{ end }} {{ if .Param "criteria" }}
  • Criteria Version : {{ .Param "criteria" }}
  • {{ end }}
  • Date Added : {{ .Date.Format "2 January 2006" }}

Tags

    {{ range .Params.tags }}
  • {{ . }}
  • {{ end }}
 
OpenPOWER Ready™ is a mark used by the OpenPOWER Foundation to enable ecosystem product developers to indicate their product has been shown/demonstrated to meet a minimum set of characteristics and should be interoperable with other OpenPOWER Ready products. The mark attests that a specific component satisfies the criteria defined in a specific version of the OpenPOWER Ready Criteria Document.
 
{{ partial "footer.html" . }}