visitRenderUnitNode(node, "param", "{param x: $y /}");
}
private void visitRenderUnitNode(
RenderUnitNode node, String nodeName, String selfClosingExample) {
final AutoescapeMode oldMode = autoescapeMode;
if (node.getContentKind() != null) {
if (!isCurrTemplateContextuallyAutoescaped()) {
throw SoyAutoescapeException.createWithNode(
"{" + nodeName + "} node with 'kind' attribute is only permitted in contextually " +
"autoescaped templates: " + node.toSourceString(),