Back to Istio Io

Analysis Landing

layouts/_default/analysis-landing.html

latest526 B
Original Source

{{ define "main" }} {{ .Scratch.Set "skipSeeAlso" true }} {{ partial "primary_top.html" . }} {{ .Content }} {{ $current := . }}

{{ range $msg := .Site.Data.analysis.messages }} {{ $page_title := printf "%s/index.md" (lower $msg.code) }} {{ $page := $current.GetPage $page_title }} {{ if $page }}

{{- $msg.code -}}: {{ $msg.name }}

{{ else }}

{{- $msg.code -}}: {{ $msg.name }}

{{ end }}

{{ $msg.description }}

{{ end }} {{ partial "primary_bottom.html" . }} {{ end }}