Back to Istio Io

Solutions Carousel

layouts/shortcodes/solutions_carousel.html

latest273 B
Original Source

{{ $solutionPages := where .Site.RegularPages "Type" "solutions" }} {{ with $solutionPages }}

{{ range first 5 . }} - {{ partial "solutions_carousel_panel" (dict "header" .Params.Title "url" .RelPermalink) }} {{ end }}

{{ end }} {{ i18n "go_to_solutions" }}