This is a bare bones template code, but not compiling due to error in line: template aTemplate
module Test where
template aTemplate
with
owner: Party
where
signatory owner
I tried changing its name, putting it in a different module, … but the error shows at the same exact place. Any suggestions on what could be wrong here?