Back to Influxdb

Show In

layouts/shortcodes/show-in.html

latest342 B
Original Source

{{- $productVersion := .Page.Params.version -}} {{- $defaultShowInString := "v2,cloud,cloud-serverless,cloud-dedicated,clustered,core,enterprise" -}} {{- $showInString := .Get 0 | default $defaultShowInString }} {{- $showInList := split $showInString "," -}} {{- $show := in $showInList $productVersion -}} {{ if $show }}{{ .Inner }}{{ end }}