{{ $notice := .Params.notice }} {{ $isScaler := eq .CurrentSection.Title "Scalers" }} {{ $index := eq .File.LogicalName "_index.md"}}
{{ with $notice }}

Notice

{{ . }}
{{ end }} {{ .Content | replaceRE "()" `${1} ${3}` | safeHTML }} {{ if and ($isScaler) ($index) }} {{ partial "scaler-layout" . }} {{ end }}