{{$section := (.Get "section") }} {{ $features := .Site.Data.features.features }} {{ range $feature := $features }} {{ $featureLevel := $feature.level }} {{ $featureDeprecation := $feature.deprecation }} {{ if eq $feature.area $section }} {{ if $feature.link }} {{ else }} {{end}} {{ end }} {{ end }}
Feature Phase
{{ $feature.name }}{{ $feature.name }} {{if and ($featureDeprecation) (eq $featureDeprecation.state "deprecated") }} Deprecated {{ if $featureDeprecation.details }} {{ if $featureDeprecation.details.next }} with removal planned for {{ $featureDeprecation.details.next }}. {{ else }} . {{ end }} {{ if $featureDeprecation.details.replacement }} Replaced by {{ $featureDeprecation.details.replacement }}. {{ end }} Was {{ trim $featureLevel.maturity "\"" }}. {{ end }} {{ else }} {{ trim $featureLevel.maturity "\"" }} {{ end }}