Personally, I'd say that that syntax (<!--? entirely excluded --> ) would be appropriate. It's close enough to HTML comments for non-developer designers to take on quickly and has minimal extra typing.
On 9 August 2011 20:04, Malthe Borch <[email protected]> wrote: > On 9 August 2011 20:19, Benjamin Sims <[email protected]> wrote: > > XML comments display in the outputted source, which I am trying to avoid > - I > > will go with Malthe's syntax I guess. It would be nice though to be able > to > > use something along the lines of: > > > > #this is a comment > > It's kind of tricky this comment business, because we already have one > syntax to include comments as is (verbatim): > > <!--! even ${'expressions'} are ignored in here --> > > That's a Genshi-ism by the way. > > Now, a comment that would excluded altogether might look like this: > > <!--? don't include this --> > > But I don't know if it looks good enough for people to want to have > that in their templates. > > \malthe > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
