{{ $limit := int (.Scratch.Get "limit") }} {{ $pages := sort (.Site.GetPage "/plugins/list").Resources "Name" }} {{ if gt $limit 0 }} {{ $pages = first $limit $pages }} {{ end }} {{ range $index, $page := $pages }}
{{ if .Params.link }}

{{ .Title }}

{{ else }}

{{ .Title }}

{{ end }}

{{ .Content }}

{{ if .Params.objectStorage }} {{ end }} {{ if .Params.volumesnapshotter }} {{ end }} {{ if .Params.localStorage }} {{ end }} {{ if .Params.supportedByVeleroTeam }} {{ end }} {{ if .Params.BackupItemAction }} {{ end }} {{ if .Params.RestoreItemAction }} {{ end }} {{ if .Params.beta }} {{ end }}
{{ $currentIndex := add $index 1 }} {{ $row := mod $currentIndex 3 }} {{ if eq $row 0 }}
{{ end }} {{ end }}