In case stratifier have only one stratum with a code without text, the stratum is ignored and `nothing` is rendered. ```html {{if and (eq $numStrata 1) (isNullString (index .Stratum 0).Value.Text)}} nothing ```
In case stratifier have only one stratum with a code without text, the stratum is ignored and
nothingis rendered.{{if and (eq $numStrata 1) (isNullString (index .Stratum 0).Value.Text)}} <p>nothing</p>