I sometimes make this mistake, e.g. when refactoring or wrapping a template.

page root(){
  mytempl(){  // <- Error: This template does not support having an elements body
    "show this"
  }
}

template mytempl(){
  "No call to elements here"
}
Submitted by Elmer van Chastelet on 15 January 2015 at 10:27

Log in to post comments