I am making a template. I ended up putting the section in a bracket like a programming language and it validated. I am going to test it soon.
script ACLChangeTemplate(
NCM.Nodes @ContextNode,
string @SomeVariable1,
string @SomeVariable2 )
{
//TODO - insert details of change template
//Enter CLI commands
CLI
{
config t
access-list 97 permit 10.21.26.194
access-list 97 permit 10.21.26.196
access-list 97 permit 10.21.26.197
end
wr
}