Back to Istio Io

Analysis Message

layouts/_default/analysis-message.html

latest601 B
Original Source

{{ define "main" }} {{ partial "primary_top.html" . }} {{ $found := false }} {{ $current := .}} {{ range $msg := .Site.Data.analysis.messages }} {{ if eq $msg.name $current.Page.Title }} {{ $found = true}}

| {{ i18n "analysis_name" }} | {{ $msg.name}} | | {{ i18n "analysis_code" }} | {{ $msg.code}} | | {{ i18n "analysis_description" }} | {{ $msg.description}} | | {{ i18n "analysis_level" }} | {{ $msg.level}} |

{{ end }} {{ end }} {{ if not $found }} {{ errorf "Could not find analysis message for %s" .Page.Title }} {{ end }} {{ .Content }} {{ partial "primary_bottom.html" . }} {{ end }}