Comments
Go comments (//, /* */) inside code islands and template bodies;
HTML comments (<!-- -->) render into the output.
AST: GoComment, HTMLComment.
Verified by: internal/generator/test-go-comments,
internal/generator/test-html-comment.