Back to Istio Io

Interactive Panels

layouts/shortcodes/interactive_panels.html

latest205 B
Original Source

{{ $items := index .Site.Data.companies (.Get "items") }} {{ with $items }}

{{ range sort $items "name" }} {{- $text := partial "interactive_panel" . -}} {{- $text | markdownify -}} {{ end }} {{ end }}