I have also faced same issue, Where i had to bind the value of header fields but since camunda scope is not available inside included html it is not by default managed.
Alternative approach is to create javascript function in included html with camForm as an parameter and call this function from script where html was included and pass the camForm as an argument.