Using this syntax throws a NameError: NameError: nothing
The TAL specification (http://wiki.zope.org/ZPT/TALSpecification14) does use this syntax, but Chameleon doesn't seem to like it. Is there something additional I should be putting in? Ben On 9 August 2011 17:24, Malthe Borch <[email protected]> wrote: > Traditionally, this is done like this: > > <tal:comment replace="nothing"> > Some comment > </tal:comment> > > It's a little crude. There could be an explicit syntax for it I suppose. > > \malthe > > On 9 August 2011 17:26, Benjamin Sims <[email protected]> wrote: > > I'd like to include comments which will not show up in output, and > template > > languages I have used in the past have done this in various ways. > However, I > > can't seem to find a reference to one in Chameleon - does it exist or > should > > I do this in another way? > > > > Thanks, > > Ben > > > > -- > > 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. > > -- 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.
