{{ .Title }}
{{ if .Param "image" }} {{ $imagename := .Param "image" }} {{ $imagelocation := (printf "%s/%s" "images/members/" $imagename) }} {{ $imageresource := resources.Get $imagelocation }} {{ $image := $imageresource.Fit "200x200" }} {{ else }} {{ .Title }} {{ end }} {{ end }} {{ end }} {{ end }}
-
{{ range $s := .Param "systems" }}
- {{ $s }} {{ end }}
-
{{ range $p := .Param "provides" }}
- {{ $p }} {{ end }}
-
{{ range $s := .Param "operatingsystems" }}
- {{ $s }} {{ end }}
-
{{ range $o := .Param "projects" }}
- {{ $o }} {{ end }}