To include comments as part of the control code, they must be inside some code block
<
or
<
Sometimes you need to click the close tag on the next line if you are sensitive to extra newlines on the output.
If you want to comment on entire blocks of markup, unfortunately, there is no direct solution, and the result will be pretty ugly.
You can do this by escaping the tags you want to comment on, for example:
\<
and then putting this inside a comment in another block as follows:
<# // \<# my control code \#>
GarethJ Aug 23 '11 at 18:26 2011-08-23 18:26
source share