-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I think ezt needs its own comment syntax.
Currently if I want to add some comments to an ezt file (to the template file,
in the source tree of some web application project) destined to be read by
developers of the project there is no way to do that properly. To do it I'm
using HTML comment tags but those will get copied verbatim in the produced HTML
by ezt so users of the web application can see them in the HTML source (and
they don't make much sense in that context).
Please add some kind of ezt comment syntax that is not copied by ezt in the
produced output but just ignored.
Original issue reported on code.google.com by di...@google.com on 23 Jun 2010 at 8:16