The default layout.html has several helpful html comments in it, but I
don't want to render them on every request.  I just want them visible
to the designer when editing the template.

I realize its possible to comment out lines of code like this:

{{ # <!-- (helpful information about the following html) --> }}

But it inserts a blank line in the response instead.  Can this be
prevented?

Also, the html comments span several lines.  Is it possible to comment
out several lines at once?  Something like this won't work:

{{ #
<!-- This is the start of the html comment
blah
blah
blah
end of comment -->
}}

Just trying to make my html cleaner :).  Thanks,

-Jim

Reply via email to