{{ if $.Site.Params.ShowOutDatedWarning }}
{{ markdownify "This documentation is for an out-of-date version of Apache Flink Stateful Functions. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/flink-statefun-docs-stable/)."}}
{{ end }}
{{ if (not $.Site.Params.IsStable) }}
{{ markdownify "This documentation is for an unreleased version of Apache Flink Stateful Functions. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/flink-statefun-docs-stable/)."}}
{{ end }}