The following template ``` html @section("s"){} @mytag(){} @if(true) { } @else { } ``` Generates a confusing error in line 2: > The constructor ITag.__Body() is undefined Instead of error in line 6: > Syntax error on token "else", delete this token