Back to Skaffold

{{ .Title }} {{if .Params.featureId}} {{ $data := (index .Site.Data.maturity .Params.featureId)}} {{ $maturity := $data.maturity}} {{if and $maturity (not (eq $maturity "GA")) }} {{ $maturity}} {{end}} {{end}}

docs-v2/layouts/_default/content.html

2.19.0504 B
Original Source

{{ .Title }} {{if .Params.featureId}} {{ $data := (index .Site.Data.maturity .Params.featureId)}} {{ $maturity := $data.maturity}} {{if and $maturity (not (eq $maturity "GA")) }} {{ $maturity}} {{end}} {{end}}

{{ with .Params.description }} {{ . | markdownify }} {{ end }} {{ .Content }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }} {{ partial "feedback.html" .Site.Params.ui.feedback }}
{{ end }} {{ partial "page-meta-lastmod.html" . }}