{{ define "content" }} {{ $image := .Resources.GetMatch "image*" }} {{ $image := $image.Process "resize x150" }}
Photo Zone CPU RAM Stockage RĂ´les
{{ .Params.zone }}
    {{ range .Params.cpu }}
  • {{ . }}
  • {{ end }}
    {{ range .Params.memory }}
  • {{ . }}
  • {{ end }}
    {{ range .Params.storage }}
  • {{ . }}
  • {{ end }}
    {{ range .Params.roles }}
  • {{ . }}
  • {{ end }}
{{ .Content }} {{ end }}