// If the param node has a content kind attribute, it will have been autoescaped in the
// corresponding context by the strict contextual autoescaper. Hence, the result of
// evaluating the param block is wrapped in SanitizedContent of the specified kind.
if (childCpcn.getContentKind() != null) {
renderedBlock = UnsafeSanitizedContentOrdainer.ordainAsSafe(
renderedBlock.stringValue(), childCpcn.getContentKind());
}
callData.putSingle(child.getKey(), renderedBlock);
} else {